mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
TSLint: re-enable no-var-keyword rule
This commit is contained in:
parent
5f05833cde
commit
f16dc99589
2 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,7 @@ fi
|
|||
(
|
||||
printf '/* tslint:disable:no-trailing-whitespace */\n'
|
||||
printf '/* tslint:disable:no-unnecessary-initializer */\n'
|
||||
printf '/* tslint:disable:no-var-keyword */\n'
|
||||
printf '/* tslint:disable:no-variable-usage-before-declaration */\n'
|
||||
"$(npm bin)/nearleyc" src/grammars/bracketexpr.ne
|
||||
) > src/grammars/.bracketexpr.generated.ts
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
"no-shadowed-variable": false,
|
||||
"no-string-throw": false,
|
||||
"no-unsafe-finally": false,
|
||||
"no-var-keyword": false,
|
||||
"object-literal-key-quotes": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"only-arrow-functions": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue