lint: Require spaces inside braces in object literals
Prohibiting spaces where the established GNOME style has required them for a decade would be a harsh change for no good reason. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/50
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"rules": {
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
]
|
||||
},
|
||||
"globals": {
|
||||
"global": false,
|
||||
"_": false,
|
||||
|
||||
Reference in New Issue
Block a user