Skip to content

Commit 6bea276

Browse files
committed
chore(eslint): move eslint to package.json
1 parent da4b859 commit 6bea276

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.eslintignore

-2
This file was deleted.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
]
6666
}
6767
},
68+
"eslintIgnore": [
69+
"coverage",
70+
"example.js"
71+
],
6872
"lint-staged": {
6973
"src/**/*.js": [
7074
"eslint --fix",

0 commit comments

Comments
 (0)