We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e584d0 commit c2a25e8Copy full SHA for c2a25e8
1 file changed
package.json
@@ -76,8 +76,8 @@
76
"pretest": "npm run lint",
77
"test": "mocha",
78
"travis": "npm run cover -- --report lcovonly",
79
- "lint": "node_modules/eslint/bin/eslint.js lib",
80
- "jsbeautify": "node_modules/js-beautify/js/bin/js-beautify.js lib/**/*.js -r",
+ "lint": "eslint lib",
+ "jsbeautify": "js-beautify --indent-with-tabs --end-with-newline --space-after-anon-function=false lib/**/*.js -r",
81
"precover": "npm run lint",
82
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
83
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
0 commit comments