aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index a075e40..455d508 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"scripts": {
"clean": "rimraf dist",
"build": "tsc && webpack --mode development",
- "test": "jest"
+ "test": "jest",
+ "lint": "./node_modules/.bin/tslint -t json -o ./coverage/tslint-report.json --project ./tsconfig.json"
},
"keywords": [
"sdc",
@@ -26,6 +27,8 @@
"jest-sonar-reporter": "^2.0.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.0.1",
+ "tslint": "^5.11.0",
+ "tslint-sonarts": "^1.7.0",
"typescript": "2.7.2",
"webpack": "4.12.0",
"webpack-cli": "^3.1.0"