mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Merge pull request #31095 from andrewbranch/tslint-exclude-tests
Exclude tests/cases/* from tslint
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"extends": "tslint:latest",
|
||||
"rulesDirectory": "built/local/tslint/rules",
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"tests/**/*"
|
||||
]
|
||||
},
|
||||
"rules": {
|
||||
"no-unnecessary-type-assertion": true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user