pkg: make JavaScript keyspacing consistent

cockpit-ostree enables this by default and we have to disable it now.
Having consistent key spacing for all our JavaScript objects seems like
something we want everywhere as eslint --fix can automatically.
This commit is contained in:
Jelle van der Waa 2022-11-04 11:30:32 +01:00 committed by Jelle van der Waa
parent 35b9360191
commit 58b95f1a8c
24 changed files with 159 additions and 160 deletions

View File

@ -41,7 +41,6 @@
"curly": "off",
"no-template-curly-in-string": "off",
"jsx-quotes": "off",
"key-spacing": "off",
"no-console": "off",
"quotes": "off",
"react/jsx-curly-spacing": "off",