diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-01-17 16:26:04 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-01-17 16:26:04 +0100 |
commit | 1b3f4ea79f947558573fbce5a2e2d0c2c5dd6a8d (patch) | |
tree | 52a41cbd31a69de31edf83578e3055d076fa1c3e /.eslintrc.js | |
parent | c0aa588bc8f85b13b5a55ccd6cdf11bf99048a1c (diff) |
Add view code
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", } }; |