Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit e02299d

Browse files
committed
added lint-fix command
1 parent 54204db commit e02299d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"scripts": {
4141
"test": "node test/test.js",
4242
"lint": "tslint -p .",
43+
"lint-fix": "tslint -p . --fix",
4344
"build": "tsc",
4445
"gen-doc": "typedoc --out ./docs ./lib/ --ignoreCompilerErrors --target ES6 --name SourceScrapper --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals"
4546
},

0 commit comments

Comments
 (0)