Skip to content

Commit 5abf3ec

Browse files
committed
feat: .eslintrc.js config
1 parent 54ca548 commit 5abf3ec

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: ['react-app', 'react-app/jest'],
3+
};

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
"prettier": "latest",
5454
"typescript": "latest"
5555
},
56-
"eslintConfig": {
57-
"extends": [
58-
"react-app",
59-
"react-app/jest"
60-
]
61-
},
6256
"browserslist": {
6357
"production": [
6458
">0.2%",

0 commit comments

Comments
 (0)