Newer
Older
"globals": {
"document": false
},
"rules": {
"react/jsx-filename-extension": 0,
"jsx-quotes": ["error", "prefer-single"],
"import/prefer-default-export": 0,
"react/prop-types": 0,
"react/destructuring-assignment": 0,
"react/prefer-stateless-function": 0,
"camelcase": 0,
"no-alert": "off",
"no-undef": "off",
"no-console": "off",
"no-prototype-builtins": "off",
"import/no-cycle": "off",
"jsx-a11y/label-has-associated-control": "off",
"react/no-access-state-in-setstate": "off",
"consistent-return": "off",
"no-case-declarations": "off"