separate eslint config

main
Cameron Clough 2022-01-05 22:51:23 +00:00
parent 8f068ca13f
commit a7e70755d1
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
2 changed files with 6 additions and 6 deletions

6
.eslintrc.json 100644
View File

@ -0,0 +1,6 @@
{
"extends": [
"react-app",
"react-app/jest"
]
}

View File

@ -32,12 +32,6 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",