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 84f3ed3 commit f07fb87Copy full SHA for f07fb87
package.json
@@ -5,10 +5,10 @@
5
"main": "index.js",
6
"scripts": {
7
"changelog": "changelog eslint-plugin-security all > CHANGELOG.md",
8
- "test": "npx mocha test/**/*",
9
- "lint": "npx eslint .",
10
- "lint:fix": "npx eslint --fix .",
11
- "cont-int": "npm test && npm run-script lint"
+ "test": "mocha test/**/*",
+ "lint": "eslint .",
+ "lint:fix": "eslint --fix .",
+ "cont-int": "npm test && npm run lint"
12
},
13
"repository": {
14
"type": "git",
0 commit comments