Add prefer const rule

This commit is contained in:
Wesley Wigham
2015-11-04 11:02:43 -08:00
parent b8e5a89667
commit 51fc4f2c23
3 changed files with 238 additions and 1 deletions

View File

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