diff --git a/tslint.json b/tslint.json index da3988a0..dc7f1ed2 100644 --- a/tslint.json +++ b/tslint.json @@ -130,5 +130,10 @@ "check-format", "allow-leading-underscore" ] + }, + "linterOptions": { + "exclude": [ + "test/**/*.ts" + ] } }