mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Enable indent linting via ESLint (#6936)
* Enable indent linting via ESLint * yarn run lint:fix
This commit is contained in:
parent
e9c7df28ed
commit
4d88e1cf86
@ -59,7 +59,7 @@
|
||||
"eqeqeq": [2, "allow-null"],
|
||||
"generator-star-spacing": [2, { "before": true, "after": true }],
|
||||
"handle-callback-err": [2, "^(err|error)$" ],
|
||||
"indent": "off",
|
||||
"indent": [2, 2,{ "SwitchCase": 1 }],
|
||||
"jsx-quotes": [2, "prefer-double"],
|
||||
"key-spacing": 2,
|
||||
"keyword-spacing": [2, { "before": true, "after": true }],
|
||||
|
Loading…
x
Reference in New Issue
Block a user