From 725dbc3743213d96dd9691a65fd35834e37179db Mon Sep 17 00:00:00 2001 From: Yury Bondarenko Date: Sat, 20 May 2023 11:28:20 +0200 Subject: [PATCH] ESLint: enforce dangling commas https://eslint.org/docs/latest/rules/comma-dangle Reduces merge conflict noise --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3ac576c161..f7a768afcd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -44,7 +44,7 @@ 1 ], "comma-dangle": [ - "off", + "error", "always-multiline" ], "eol-last": [