ESLint: enforce object-curly-spacing

https://eslint.org/docs/latest/rules/object-curly-spacing
This commit is contained in:
Yury Bondarenko
2023-06-27 17:26:13 +02:00
parent a11be65f95
commit 436a4d7645

View File

@@ -49,6 +49,10 @@
"error",
"always-multiline"
],
"object-curly-spacing": [
"error",
"always"
],
"eol-last": [
"error",
"always"