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.
test:watch
1 parent 3d3509f commit 561fd15Copy full SHA for 561fd15
eslint-plugin/package.json
@@ -29,6 +29,7 @@
29
"lint:fix": "eslint . --fix",
30
"pack:sonar": "npm pkg set main=\"./dist/rules.js\" && mkdirp dist/pack && yarn pack -o dist/pack/creedengo-eslint-plugin.tgz && npm pkg set main=\"./lib/standalone.js\"",
31
"test": "mocha tests --recursive",
32
+ "test:watch": "mocha tests --watch --recursive",
33
"test:cov": "nyc --reporter=lcov --reporter=text mocha tests --recursive",
34
"update:eslint-docs": "eslint-doc-generator"
35
},
0 commit comments