Move tslint prefer-const with the other core rules

The ones at the bottom are separated as they're part of tslint-consistent-codestyle
This commit is contained in:
Daniel Imms
2018-09-02 13:43:37 -07:00
committed by GitHub
parent 3a310f1597
commit 57b8e064a8
+2 -2
View File
@@ -39,6 +39,7 @@
"one-variable-per-declaration": true,
"no-unsafe-finally": true,
"no-var-keyword": true,
"prefer-const": true,
"quotemark": [
true,
"single"
@@ -107,7 +108,6 @@
},
"prefer-const-enum": [
true
],
"prefer-const": true
]
}
}