We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04fbb3 commit 3021eb1Copy full SHA for 3021eb1
package.json
@@ -28,7 +28,7 @@
28
"build": "npm run preprocess && npm run bundle && npm run header && npm run stats",
29
"cibuild": "npm run preprocess && node tasks/cibundle.js",
30
"watch": "node tasks/watch.js",
31
- "lint": "eslint . || true",
+ "lint": "eslint --version && eslint . || true",
32
"lint-fix": "eslint . --fix",
33
"pretest": "node tasks/pretest.js",
34
"test-jasmine": "karma start test/jasmine/karma.conf.js",
0 commit comments