Updated app ESLint config.
This commit is contained in:
parent
ac2b467719
commit
1731dd7d1e
@ -40,20 +40,11 @@
|
||||
"start": "dotenv next start"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"parser": "babel-eslint",
|
||||
"parserOptions": {
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
},
|
||||
"extends": [
|
||||
"env"
|
||||
],
|
||||
"rules": {
|
||||
"require-jsdoc": "off",
|
||||
"node/no-unsupported-features": "off",
|
||||
"react/react-in-jsx-scope": "off",
|
||||
"react/prop-types": "off"
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user