Skip to content

Commit fbbcde4

Browse files
committed
Add missing information about --fix
1 parent faf5f3b commit fbbcde4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/rules/curly-bracket-spacing.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Enforce spacing on the style of curly brackets. (curly-bracket-spacing)
22

3+
- :wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule.
4+
35
## :book: Rule Details
46

57
This rule aims to enforce unified spacing of curly brackets.
@@ -28,7 +30,6 @@ Default casing is set to `always`
2830
'vue/curly-bracket-spacing': [2, 'always'|'never']
2931
```
3032

31-
3233
### `"always"` - Expect one space between expression and curly brackets.
3334

3435
:+1: Examples of **correct** code`:

0 commit comments

Comments
 (0)