Skip to content

Commit dc2ca80

Browse files
committed
Updating lint script
1 parent a8cb1e0 commit dc2ca80

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
@@ -29,7 +29,7 @@
2929
"vscode:prepublish": "tsc -p ./",
3030
"compile": "tsc -p ./",
3131
"watch": "tsc -watch -p ./",
32-
"lint": "./node_modules/.bin/tslint --config .\\tslint.json --project .\\tsconfig.json",
32+
"lint": "./node_modules/.bin/tslint --config tslint.json --project tsconfig.json",
3333
"postinstall": "node ./node_modules/vscode/bin/install",
3434
"test": "node ./node_modules/vscode/bin/test"
3535
},

0 commit comments

Comments
 (0)