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.
lint-fix
1 parent c7f79fa commit e5767d3Copy full SHA for e5767d3
package.json
@@ -64,6 +64,7 @@
64
"add-assertions": "babel-node ./src/bin/readme-assertions",
65
"build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps",
66
"create-readme": "gitdown ./.README/README.md --output-file ./README.md && npm run add-assertions",
67
+ "lint-fix": "eslint --fix ./src ./test",
68
"lint": "eslint ./src ./test",
69
"test-cov": "BABEL_ENV=test nyc mocha --recursive --require @babel/register --reporter progress --timeout 9000",
70
"test-no-cov": "BABEL_ENV=test mocha --recursive --require @babel/register --reporter progress --timeout 9000",
0 commit comments