Skip to content

Commit 1c99bcd

Browse files
committed
run update
1 parent e1cf1cd commit 1c99bcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/rules/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ The following rules extend the rules provided by ESLint itself and apply them to
367367
| [vue/no-restricted-syntax](./no-restricted-syntax.md) | disallow specified syntax | |
368368
| [vue/no-sparse-arrays](./no-sparse-arrays.md) | disallow sparse arrays | |
369369
| [vue/no-useless-concat](./no-useless-concat.md) | disallow unnecessary concatenation of literals or template literals | |
370-
| [vue/object-curly-newline](./object-curly-newline.md) | enforce consistent line breaks inside braces | :wrench: |
370+
| [vue/object-curly-newline](./object-curly-newline.md) | enforce consistent line breaks after opening and before closing braces | :wrench: |
371371
| [vue/object-curly-spacing](./object-curly-spacing.md) | enforce consistent spacing inside braces | :wrench: |
372372
| [vue/object-property-newline](./object-property-newline.md) | enforce placing object properties on separate lines | :wrench: |
373373
| [vue/operator-linebreak](./operator-linebreak.md) | enforce consistent linebreak style for operators | :wrench: |

docs/rules/object-curly-newline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
pageClass: rule-details
33
sidebarDepth: 0
44
title: vue/object-curly-newline
5-
description: enforce consistent line breaks inside braces
5+
description: enforce consistent line breaks after opening and before closing braces
66
since: v7.0.0
77
---
88
# vue/object-curly-newline
99

10-
> enforce consistent line breaks inside braces
10+
> enforce consistent line breaks after opening and before closing braces
1111
1212
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
1313

0 commit comments

Comments
 (0)