feat: allImportsAreUnused error can be converted to warning (#337)
This commit is contained in:
parent
767b21b28e
commit
fc601dbd95
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ import TypingsStatus, { AtaProgressReporter } from './utils/typingsStatus'
|
|||
const styleCheckDiagnostics = [
|
||||
6133, // variable is declared but never used
|
||||
6138, // property is declared but its value is never read
|
||||
6192, // allImportsAreUnused
|
||||
7027, // unreachable code detected
|
||||
7028, // unused label
|
||||
7029, // fall through case in switch
|
||||
|
|
Loading…
Reference in a new issue