mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-29 21:02:11 -05:00
Add prefer const rule
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
"no-inferrable-types": true,
|
||||
"no-null": true,
|
||||
"boolean-trivia": true,
|
||||
"type-operator-spacing": true
|
||||
"type-operator-spacing": true,
|
||||
"prefer-const": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user