mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
TSLint: re-enable no-trailing-whitespace rule
This commit is contained in:
parent
a7281585e4
commit
3ff4713247
7 changed files with 12 additions and 10 deletions
|
@ -37,8 +37,10 @@ else
|
|||
fi
|
||||
|
||||
# .bracketexpr.generated.ts is needed for metadata generation
|
||||
"$(npm bin)/nearleyc" src/grammars/bracketexpr.ne \
|
||||
> src/grammars/.bracketexpr.generated.ts
|
||||
(
|
||||
printf '/* tslint:disable:no-trailing-whitespace */\n'
|
||||
"$(npm bin)/nearleyc" src/grammars/bracketexpr.ne
|
||||
) > src/grammars/.bracketexpr.generated.ts
|
||||
|
||||
# It's important to generate the metadata before the documentation because
|
||||
# missing imports might break documentation generation on clean builds
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* tslint:disable:array-type */
|
||||
/* tslint:disable:comment-format */
|
||||
/* tslint:disable:no-consecutive-blank-lines */
|
||||
/* tslint:disable:no-trailing-whitespace */
|
||||
/* tslint:disable:quotemark */
|
||||
// '//#' is a start point for a simple text-replacement-type macro. See excmds_macros.py
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"no-identical-functions": false,
|
||||
"no-shadowed-variable": false,
|
||||
"no-string-throw": false,
|
||||
"no-trailing-whitespace": false,
|
||||
"no-unnecessary-initializer": false,
|
||||
"no-unsafe-finally": false,
|
||||
"no-var-keyword": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue