Skip to content

Commit

Permalink
Add eslint object-curly-spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Sep 30, 2019
1 parent 0f0db08 commit 707c650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
"no-useless-call": 0,
"no-with": 2,
"object-curly-spacing": ["error", "always", { "objectsInObjects": true }],
"one-var": [0, { "initialized": "never" }],
"operator-linebreak": [0, "after", { "overrides": { "?": "before", ":": "before" } }],
"padded-blocks": [0, "never"],
Expand Down

0 comments on commit 707c650

Please sign in to comment.