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 b0ecddc commit 70ac12eCopy full SHA for 70ac12e
assets/package.json
@@ -9,9 +9,9 @@
9
"npm": ">= 9.0.0"
10
},
11
"scripts": {
12
- "lint": "npx eslint './js/**/*.js'",
13
- "lint:fix": "npx eslint --fix './js/**/*.js'",
14
- "test": "npx karma start ./karma.conf.js --single-run",
+ "lint": "eslint './js/**/*.js'",
+ "lint:fix": "eslint --fix './js/**/*.js'",
+ "test": "karma start ./karma.conf.js --single-run",
15
"build:watch": "npm run build --watch",
16
"build": "node build/build.js"
17
0 commit comments