mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
ESLint: enforce object-curly-spacing
https://eslint.org/docs/latest/rules/object-curly-spacing
This commit is contained in:
@@ -49,6 +49,10 @@
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"eol-last": [
|
||||
"error",
|
||||
"always"
|
||||
|
Reference in New Issue
Block a user