Skip to content

Commit 5d63168

Browse files
committed
chore: fix npm run lint
1 parent d8f02c6 commit 5d63168

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.eslintignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
node_modules
2+
vendor
3+
lib
4+
dist
5+
release
26
test
7+
examples

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"test-browser": "./node_modules/.bin/grunt test-browser",
103103
"test-server": "./node_modules/.bin/grunt test-server",
104104
"test_ci": "./node_modules/.bin/grunt test",
105-
"lint": "./node_modules/.bin/eslint"
105+
"lint": "./node_modules/.bin/eslint . --ext .js"
106106
},
107107
"cdn": {
108108
"host": "cdnjs.cloudflare.com"

0 commit comments

Comments
 (0)