mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
TSLint: re-enable quotemark rule
This commit is contained in:
parent
15e26d65a2
commit
0f5068f34c
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
"only-arrow-functions": false,
|
||||
"ordered-imports": false,
|
||||
"prefer-const": false,
|
||||
"quotemark": false,
|
||||
"radix": false,
|
||||
"semicolon": false,
|
||||
"trailing-comma": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue