ESLint: enforce dangling commas

https://eslint.org/docs/latest/rules/comma-dangle

Reduces merge conflict noise
This commit is contained in:
Yury Bondarenko
2023-05-20 11:28:20 +02:00
parent 0690a201dc
commit 725dbc3743

View File

@@ -44,7 +44,7 @@
1 1
], ],
"comma-dangle": [ "comma-dangle": [
"off", "error",
"always-multiline" "always-multiline"
], ],
"eol-last": [ "eol-last": [