Added exclude to tslint.json options

This commit is contained in:
Josh Goldberg
2017-12-29 08:16:15 -08:00
parent afbbb8856d
commit a85f2da8c9
+5
View File
@@ -1,5 +1,10 @@
{
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
"linterOptions": {
"exclude": [
"./node_modules/**/*"
]
},
"rules": {
"completed-docs": false,
"no-bitwise": false,