Skip to content

Commit

Permalink
Fix: Clarify line breaks in object-curly-newline (fixes eslint#14024)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminyahya committed Mar 13, 2021
1 parent 083373d commit d6aa4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/object-curly-newline.md
Expand Up @@ -4,7 +4,7 @@ A number of style guides require or disallow line breaks inside of object braces

## Rule Details

More precisely, the rule requires or disallows a line break between { and its following token, and between } and its preceding token of object literals or destructuring assignments.
This rule requires or disallows a line break between `{` and its following token, and between `}` and its preceding token of object literals or destructuring assignments.

## Options

Expand Down

0 comments on commit d6aa4a7

Please sign in to comment.