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/merge_requests/609
This commit is contained in:
parent
4c0bd88a2c
commit
109b8e8f38
@ -1,4 +1,11 @@
|
||||
{
|
||||
"rules": {
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
]
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "js/**",
|
||||
|
Loading…
Reference in New Issue
Block a user