Updated app ESLint config.
This commit is contained in:
parent
ac2b467719
commit
1731dd7d1e
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user