mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-07-02 14:48:32 -05:00
Merge pull request #15021 from RyanCavanaugh/lintFixes
Update linting to avoid typechecking for booleanTriviaRule
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
"check-else"
|
||||
],
|
||||
"no-internal-module": true,
|
||||
"no-trailing-whitespace": true,
|
||||
"no-trailing-whitespace": [true, "ignore-template-strings"],
|
||||
"no-inferrable-types": true,
|
||||
"no-null-keyword": true,
|
||||
"boolean-trivia": true,
|
||||
|
||||
Reference in New Issue
Block a user