From 4d648c8fe7266b3bfe92b8f101355cdc3ff7eb1d Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 21 Nov 2018 15:07:49 +1100 Subject: [PATCH] react linting --- client/.eslintrc.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/.eslintrc.js b/client/.eslintrc.js index 9b978302..2bb5ed38 100755 --- a/client/.eslintrc.js +++ b/client/.eslintrc.js @@ -55,12 +55,12 @@ module.exports = { 'key-spacing': ['error'], // for preact - "react/react-in-jsx-scope": [0], - "react/jsx-indent": [2, 4], - "react/jsx-uses-react": 1, - "react/jsx-uses-vars": 1, - "react/prefer-stateless-function": 1, - "react/prop-types": 0, + // "react/react-in-jsx-scope": [0], + // "react/jsx-indent": [2, 4], + // "react/jsx-uses-react": 1, + // "react/jsx-uses-vars": 1, + // "react/prefer-stateless-function": 1, + // "react/prop-types": 0, // airbnb copypasta // enforces getter/setter pairs in objects