aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-03-23 19:33:08 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-03-23 19:33:08 +0100
commit9a617e85ae4c632bf12f32e59da519b676216004 (patch)
tree84e85229e549f1340c1636ce4a4d3ca4e68ef53d /.eslintrc.js
parent5e96a4f263bb68ce440567883f7811b34a14e191 (diff)
Project cleanup
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
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",