Skip to content

Commit 5f1bedd

Browse files
committed
add eslintignore file
1 parent b24cd12 commit 5f1bedd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
coverage/
3+
build/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"build": "babel lib -d build",
4040
"build:watch": "babel lib -w -d build",
41-
"lint": "eslint lib/**; exit 0",
41+
"lint": "eslint .",
4242
"lint:watch": "esw -w lib/**",
4343
"prepublish": "npm run build"
4444
},

0 commit comments

Comments
 (0)