Skip to content

Commit

Permalink
Merge pull request #1651 from xtermjs/Tyriar-patch-1
Browse files Browse the repository at this point in the history
Move tslint prefer-const with the other core rules
  • Loading branch information
Tyriar committed Sep 8, 2018
2 parents 520daca + c602976 commit 2ed3997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tslint.json
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 2ed3997

Please sign in to comment.