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.
2 parents 71a7c00 + aceb01c commit 181891cCopy full SHA for 181891c
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"test": "karma start --single-run",
8
"start": "./scripts/web",
9
- "lint": "./node_modules/bin/eslint .",
+ "lint": "./node_modules/.bin/eslint .",
10
"startindocker": "./scripts/web-docker",
11
"build": "webpack && MINIFY=1 webpack",
12
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
0 commit comments