mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"rules": {
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
]
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "js/**",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue