Eslint remove extra spaces

This commit is contained in:
Bill 2022-03-02 19:21:30 -05:00
parent 9adc09897d
commit 0d805b3b36
507 changed files with 5949 additions and 5946 deletions

View File

@ -24,6 +24,9 @@
"SwitchCase": 1
}
],
"no-multi-spaces": [
"error"
],
"no-trailing-spaces": [
"error",
{