CEC-3556-fix-eslist (#272)
* ignore test files * update snapshots * fix build errors * fix build errors * fix snap shot * fix more snaps * fix snap shot
This commit is contained in:
29
.eslintrc.json
Normal file
29
.eslintrc.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true,
|
||||
"jest": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:react/jsx-runtime",
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
],
|
||||
"overrides": [],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": [
|
||||
"react"
|
||||
],
|
||||
"rules": {
|
||||
"no-unused-vars": "warn"
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"build/**/*",
|
||||
"*.test.*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user