Fixing lint errors for many of the projects

This commit is contained in:
Matt Bierner
2019-05-10 14:43:54 -07:00
parent 03cf5fa9f1
commit 5553fee13b
33 changed files with 125 additions and 46 deletions

View File

@ -76,7 +76,8 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"compile": "tsc -p ./",
"lint": "tslint -p ./",
"watch": "tsc -watch -p ./"
},
"dependencies": {