1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

eslint: Enable object-curly-spacing ESLint rule

This commit is contained in:
Whymarrh Whitby 2019-11-27 19:04:11 -03:30
parent 7e22244c03
commit 5ed921cb76

View File

@ -146,6 +146,7 @@
"no-var": 2,
"no-whitespace-before-property": 2,
"no-with": 2,
"object-curly-spacing": [2, "always"],
"one-var": [2, { "initialized": "never" }],
"operator-linebreak": [2, "after", { "overrides": { "?": "ignore", ":": "ignore" } }],
"padded-blocks": "off",