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 a8cb1e0 commit dc2ca80Copy full SHA for dc2ca80
package.json
@@ -29,7 +29,7 @@
29
"vscode:prepublish": "tsc -p ./",
30
"compile": "tsc -p ./",
31
"watch": "tsc -watch -p ./",
32
- "lint": "./node_modules/.bin/tslint --config .\\tslint.json --project .\\tsconfig.json",
+ "lint": "./node_modules/.bin/tslint --config tslint.json --project tsconfig.json",
33
"postinstall": "node ./node_modules/vscode/bin/install",
34
"test": "node ./node_modules/vscode/bin/test"
35
},
0 commit comments