diff --git a/src/excmds.ts b/src/excmds.ts index fbf51371..5bc7f8de 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -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 diff --git a/tslint.json b/tslint.json index 36a4ad85..61b7b374 100644 --- a/tslint.json +++ b/tslint.json @@ -35,7 +35,6 @@ "only-arrow-functions": false, "ordered-imports": false, "prefer-const": false, - "quotemark": false, "radix": false, "semicolon": false, "trailing-comma": false,