diff options
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index da38fd5..9944cf8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,10 +7,8 @@ module.exports = { "jest": true, }, "rules": { - "strict": "off", - "react/jsx-filename-extension": ["error", { "extensions": [".js"] }], + "react/jsx-filename-extension": "off", "no-underscore-dangle": ["error", { "allow": ["_test"] }], - "class-methods-use-this": "off", "no-prototype-builtins": "off", "react/forbid-prop-types": "off", "react/prefer-stateless-function": "off", |