mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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
|
1
|
||||||
],
|
],
|
||||||
"comma-dangle": [
|
"comma-dangle": [
|
||||||
"off",
|
"error",
|
||||||
"always-multiline"
|
"always-multiline"
|
||||||
],
|
],
|
||||||
"eol-last": [
|
"eol-last": [
|
||||||
|
Reference in New Issue
Block a user