redux-import-export-monitor
Version:
Redux DevTools monitor for copying state/action log to clipboard as well as pasting it back in.
23 lines (22 loc) • 420 B
Plain Text
{
"extends": "eslint-config-airbnb",
"env": {
"browser": true,
"mocha": true,
"node": true
},
"parser": "babel-eslint",
"rules": {
"comma-dangle": [2, "never"],
"no-console": 0,
"jsx-quotes": [2, "prefer-single"],
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2,
"react/sort-comp": 0
},
"plugins": [
"babel",
"react"
]
}