Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exclude tests/cases from tslint
  • Loading branch information
andrewbranch committed Apr 24, 2019
1 parent d4ff58d commit fc7b7c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tslint.json
@@ -1,6 +1,11 @@
{
"extends": "tslint:latest",
"rulesDirectory": "built/local/tslint/rules",
"linterOptions": {
"exclude": [
"tests/cases/**/*"
]
},
"rules": {
"no-unnecessary-type-assertion": true,

Expand Down

0 comments on commit fc7b7c8

Please sign in to comment.