no trailing spaces

This commit is contained in:
Mononaut 2024-06-24 02:16:59 +00:00
parent 0c72e1b6ed
commit 7d0720d55f
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E
2 changed files with 4 additions and 2 deletions

View File

@ -34,6 +34,7 @@
"quotes": [1, "single", { "allowTemplateLiterals": true }], "quotes": [1, "single", { "allowTemplateLiterals": true }],
"semi": 1, "semi": 1,
"curly": [1, "all"], "curly": [1, "all"],
"eqeqeq": 1 "eqeqeq": 1,
"no-trailing-spaces": 1
} }
} }

View File

@ -35,6 +35,7 @@
"quotes": [1, "single", { "allowTemplateLiterals": true }], "quotes": [1, "single", { "allowTemplateLiterals": true }],
"semi": 1, "semi": 1,
"curly": [1, "all"], "curly": [1, "all"],
"eqeqeq": 1 "eqeqeq": 1,
"no-trailing-spaces": 1
} }
} }