Add linters

This commit is contained in:
maxswa
2019-06-13 14:45:34 -04:00
parent 64e64559e1
commit b134e6115f
3 changed files with 3800 additions and 1 deletions

View File

@@ -31,6 +31,9 @@
"cheerio": "^1.0.0-rc.3"
},
"devDependencies": {
"jest": "^24.8.0"
"jest": "^24.8.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.2"
}
}