TSLint: re-enable quotemark rule

This commit is contained in:
glacambre 2019-04-05 13:11:49 +02:00
parent 15e26d65a2
commit 0f5068f34c
No known key found for this signature in database
GPG key ID: B9625DB1767553AC
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
/* tslint:disable:array-type */
/* tslint:disable:comment-format */
/* tslint:disable:no-consecutive-blank-lines */
/* tslint:disable:quotemark */
// '//#' is a start point for a simple text-replacement-type macro. See excmds_macros.py
/** # Tridactyl help page

View file

@ -35,7 +35,6 @@
"only-arrow-functions": false,
"ordered-imports": false,
"prefer-const": false,
"quotemark": false,
"radix": false,
"semicolon": false,
"trailing-comma": false,