Updated app ESLint config.

This commit is contained in:
Jayden Seric 2018-09-18 20:33:14 +10:00
parent ac2b467719
commit 1731dd7d1e

View File

@ -40,20 +40,11 @@
"start": "dotenv next start" "start": "dotenv next start"
}, },
"eslintConfig": { "eslintConfig": {
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module"
},
"env": {
"browser": true
},
"extends": [ "extends": [
"env" "env"
], ],
"rules": { "rules": {
"require-jsdoc": "off", "require-jsdoc": "off",
"node/no-unsupported-features": "off",
"react/react-in-jsx-scope": "off",
"react/prop-types": "off" "react/prop-types": "off"
} }
}, },