diff options
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 376aa38..b253a04 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,5 +8,7 @@ module.exports = { "rules": { "react/jsx-filename-extension": ["error", { "extensions": [".js"] }], "no-underscore-dangle": ["error", { "allow": ["_test"] }], + "class-methods-use-this": "off", + "no-prototype-builtins": "off", } }; |