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 c59bf54 commit 43b298dCopy full SHA for 43b298d
2 files changed
package.json
@@ -32,8 +32,7 @@
32
33
"coverage": "nyc report --reporter=text-lcov | coveralls",
34
35
- "lint": "eslint {src,test}/*.js *.md --fix",
36
- "pretest": "clinton && npm run lint",
+ "pretest": "clinton",
37
38
"watch:docs": "chokidar src/docs/**/* -c \"npm run html\"",
39
"watch:css": "chokidar src/css/**/* -c \"npm run css\"",
src/build/html.js
0 commit comments