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:
Florian Müllner
2019-01-28 06:49:54 +01:00
parent 75503b5f3c
commit f18b281020
+6
View File
@@ -1,4 +1,10 @@
{
"rules": {
"object-curly-spacing": [
"error",
"always"
]
},
"globals": {
"global": false,
"_": false,