Move tslint.json to the root directory. Add the lint task to run tslint.

This commit is contained in:
László Monda
2016-03-31 12:04:06 +02:00
parent 386882e1c6
commit 5e55e8436c
2 changed files with 3 additions and 0 deletions

View File

@@ -24,5 +24,8 @@
"select2": "^4.0.2",
"sortablejs": "^1.4.2",
"typescript": "^1.8.9"
},
"scripts": {
"lint": "tslint **/*.ts"
}
}