Skip to content

Commit

Permalink
Merge pull request #31095 from andrewbranch/tslint-exclude-tests
Browse files Browse the repository at this point in the history
Exclude tests/cases/* from tslint
  • Loading branch information
andrewbranch committed Apr 24, 2019
2 parents 4b81e37 + 7ba1c8a commit b010010
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/**/*"
]
},
"rules": {
"no-unnecessary-type-assertion": true,

Expand Down

0 comments on commit b010010

Please sign in to comment.