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