Skip to content

Commit

Permalink
Chore: Add object-curly-newline to ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Jan 3, 2023
1 parent a29c17e commit 0f88ebe
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 @@ -137,6 +137,7 @@
"no-warning-comments": "error",
"no-whitespace-before-property": "error",
"no-with": "error",
"object-curly-newline": ["error", { "consistent": true }],
"object-curly-spacing": ["error", "always"],
"object-property-newline": "error",
"operator-assignment": ["error", "always"],
Expand Down

0 comments on commit 0f88ebe

Please sign in to comment.