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 6616e39 commit 8f21493Copy full SHA for 8f21493
package.json
@@ -91,6 +91,7 @@
91
],
92
"scripts": {
93
"lint": "eslint .",
94
+ "lint:fix": "eslint . --fix",
95
"test": "mocha --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
96
"test-ci": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=lcovonly --reporter=text npm test",
97
"test-cov": "nyc --exclude examples --exclude test --exclude benchmarks --reporter=html --reporter=text npm test",
0 commit comments