Merge pull request #15021 from RyanCavanaugh/lintFixes

Update linting to avoid typechecking for booleanTriviaRule
This commit is contained in:
Ryan Cavanaugh
2017-04-05 12:26:58 -07:00
committed by GitHub
28 changed files with 95 additions and 108 deletions

View File

@@ -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,