Fix inconsistent setting (ESLint bug)
This commit is contained in:
parent
5a47705e7e
commit
4902ee7d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
"object-curly-spacing": 2,
|
||||
"one-var": [2, {"initialized": "never"}],
|
||||
"operator-assignment": 2,
|
||||
"operator-linebreak": 2,
|
||||
"operator-linebreak": [2, "after"],
|
||||
"padded-blocks": [2, "never"],
|
||||
"quote-props": [2, "as-needed"],
|
||||
"quotes": [2, "double", "avoid-escape"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue