Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 8df943c

Browse files
committed
add eslintignore
1 parent bde1076 commit 8df943c

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+
/lib/*
3+
/dist/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prebuild": "rm -rf lib/*",
99
"build": "NODE_ENV=production & babel ./src --out-dir ./lib & webpack -p",
1010
"prepublish": "npm run build",
11-
"lint": "eslint '**/*.js' --ignore-pattern 'lib/'"
11+
"lint": "eslint '**/*.js'"
1212
},
1313
"keywords": [
1414
"react",

0 commit comments

Comments
 (0)