Skip to content

Commit 9ea8ac1

Browse files
authored
build(package.json): Add lint-fix script (#356)
Shortcut helper script to run lint fixes. ```bash npm run lint-fix ``` While in proximity remove obsolete release script
1 parent df59725 commit 9ea8ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "./node_modules/mocha/bin/mocha.js --recursive test/unit",
1212
"test-integration": "./node_modules/mocha/bin/mocha.js --timeout 5s test/functional/*.js",
1313
"lint": "./node_modules/eslint/bin/eslint.js lib/ test/",
14-
"release": "standard-version"
14+
"lint-fix": "./node_modules/eslint/bin/eslint.js lib/ test/ --fix"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)