Skip to content

Commit 3021eb1

Browse files
committed
tasks: print eslint version before linting
1 parent c04fbb3 commit 3021eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "npm run preprocess && npm run bundle && npm run header && npm run stats",
2929
"cibuild": "npm run preprocess && node tasks/cibundle.js",
3030
"watch": "node tasks/watch.js",
31-
"lint": "eslint . || true",
31+
"lint": "eslint --version && eslint . || true",
3232
"lint-fix": "eslint . --fix",
3333
"pretest": "node tasks/pretest.js",
3434
"test-jasmine": "karma start test/jasmine/karma.conf.js",

0 commit comments

Comments
 (0)