Skip to content

Commit 83129dd

Browse files
committed
Fixes linting config
1 parent ecc29aa commit 83129dd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.eslintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
lib
2+
scripts
3+
playground
4+
coverage

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"clean": "rimraf lib/*",
88
"build": "npm run clean && webpack --progress --colors --env build",
99
"dev": "npm run clean && webpack --progress --colors --watch --env dev",
10-
"lint": "eslint --ignore-path .gitignore . --ignore-pattern lib",
11-
"test": "jest --coverage",
10+
"lint": "eslint .",
11+
"test": "npm run lint && jest --coverage",
1212
"test:clean": "rimraf ./coverage",
1313
"test:watch": "jest --watchAll",
1414
"coveralls": "cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)