allowing irregular whitespace

This commit is contained in:
Jack 2021-09-14 00:20:01 +01:00
parent 222e7988d7
commit 57b5da8be4

View file

@ -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",