mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
eslint: Enable object-curly-spacing ESLint rule
This commit is contained in:
parent
7e22244c03
commit
5ed921cb76
@ -146,6 +146,7 @@
|
|||||||
"no-var": 2,
|
"no-var": 2,
|
||||||
"no-whitespace-before-property": 2,
|
"no-whitespace-before-property": 2,
|
||||||
"no-with": 2,
|
"no-with": 2,
|
||||||
|
"object-curly-spacing": [2, "always"],
|
||||||
"one-var": [2, { "initialized": "never" }],
|
"one-var": [2, { "initialized": "never" }],
|
||||||
"operator-linebreak": [2, "after", { "overrides": { "?": "ignore", ":": "ignore" } }],
|
"operator-linebreak": [2, "after", { "overrides": { "?": "ignore", ":": "ignore" } }],
|
||||||
"padded-blocks": "off",
|
"padded-blocks": "off",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user