From 9a617e85ae4c632bf12f32e59da519b676216004 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 23 Mar 2018 19:33:08 +0100 Subject: Project cleanup --- .eslintrc.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.eslintrc.js') 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", -- cgit v1.1