mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
ESLint: enforce dangling commas
https://eslint.org/docs/latest/rules/comma-dangle Reduces merge conflict noise
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
1
|
||||
],
|
||||
"comma-dangle": [
|
||||
"off",
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"eol-last": [
|
||||
|
Reference in New Issue
Block a user