Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit cd435cb

Browse files
committed
Add lint task to package.json
1 parent 75106ee commit cd435cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
"test-debugger": "node ./node_modules/mocha/bin/mocha --timeout 15000 -u tdd ./out/debugger/tests/*.js",
8181
"postinstall": "node ./node_modules/vscode/bin/install",
8282
"update-all-grammars": "node scripts/update-all-grammars",
83-
"update-grammar": "node scripts/update-grammar atom/language-ruby"
83+
"update-grammar": "node scripts/update-grammar atom/language-ruby",
84+
"lint": "tslint -c tslint.json 'src/**/*.ts'"
8485
},
8586
"activationEvents": [
8687
"onLanguage:ruby",

0 commit comments

Comments
 (0)