mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-25 19:13:56 +03:00
d2084892b4
* Merge d3tooltip from romseguy/d3tooltip * Dependences and npm package config * Add credits
17 lines
258 B
Plaintext
17 lines
258 B
Plaintext
{
|
|
"extends": "eslint-config-airbnb",
|
|
"env": {
|
|
"browser": true,
|
|
"mocha": true,
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"react/jsx-uses-react": 2,
|
|
"react/jsx-uses-vars": 2,
|
|
"react/react-in-jsx-scope": 2
|
|
},
|
|
"plugins": [
|
|
"react"
|
|
]
|
|
}
|