mirror of
https://github.com/status-im/realm-js.git
synced 2025-03-02 15:10:31 +00:00
23 lines
400 B
Plaintext
23 lines
400 B
Plaintext
{
|
|
"env": {
|
|
"commonjs": true,
|
|
"es6": true
|
|
},
|
|
"ecmaFeatures": {
|
|
"jsx": true
|
|
},
|
|
"parser": "babel-eslint",
|
|
"plugins": [
|
|
"react"
|
|
],
|
|
"rules": {
|
|
"strict": 0,
|
|
"react/jsx-no-duplicate-props": 2,
|
|
"react/jsx-no-undef": 2,
|
|
"react/jsx-uses-react": 2,
|
|
"react/no-direct-mutation-state": 1,
|
|
"react/prefer-es6-class": 1,
|
|
"react/react-in-jsx-scope": 2
|
|
}
|
|
}
|