Skip to content

Commit

Permalink
Move tslint prefer-const with the other core rules
Browse files Browse the repository at this point in the history
The ones at the bottom are separated as they're part of tslint-consistent-codestyle
  • Loading branch information
Tyriar authored Sep 2, 2018
1 parent 3a310f1 commit 57b8e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"one-variable-per-declaration": true,
"no-unsafe-finally": true,
"no-var-keyword": true,
"prefer-const": true,
"quotemark": [
true,
"single"
Expand Down Expand Up @@ -107,7 +108,6 @@
},
"prefer-const-enum": [
true
],
"prefer-const": true
]
}
}

0 comments on commit 57b8e06

Please sign in to comment.