Skip to content

Commit

Permalink
Merge pull request #124 from standard/object-curly-spacing
Browse files Browse the repository at this point in the history
Add the object-curly-spacing rule
  • Loading branch information
feross committed Aug 28, 2018
2 parents 4d2b331 + e8e7182 commit e341ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -157,6 +157,7 @@
"no-useless-return": "error",
"no-whitespace-before-property": "error",
"no-with": "error",
"object-curly-spacing": ["error", "always"],
"object-property-newline": ["error", { "allowMultiplePropertiesPerLine": true }],
"one-var": ["error", { "initialized": "never" }],
"operator-linebreak": ["error", "after", { "overrides": { "?": "before", ":": "before" } }],
Expand Down

0 comments on commit e341ce3

Please sign in to comment.