mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-22 05:26:14 +08:00
allowing irregular whitespace
This commit is contained in:
parent
222e7988d7
commit
57b5da8be4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ let eslintConfig = {
|
|||
"no-import-assign": "error",
|
||||
"no-inner-declarations": "error",
|
||||
"no-invalid-regexp": "error",
|
||||
"no-irregular-whitespace": "error",
|
||||
"no-irregular-whitespace": "warn",
|
||||
"no-misleading-character-class": "error",
|
||||
"no-mixed-spaces-and-tabs": "error",
|
||||
"no-new-symbol": "error",
|
||||
|
|
Loading…
Add table
Reference in a new issue