Skip to content
This repository was archived by the owner on Dec 29, 2020. It is now read-only.

Commit 98e7fe2

Browse files
committed
Docs: move "fix" option to more appropriate place
1 parent 8c07d16 commit 98e7fe2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jscs: {
5050
}
5151
```
5252

53+
#### fix
54+
Type: `Boolean`
55+
Default value: `false`
56+
57+
Auto-fix code style violations when possible.
58+
5359
#### force
5460
Type: `Boolean`
5561
Default value: `false`
@@ -91,11 +97,5 @@ jscs: {
9197
}
9298
```
9399

94-
#### fix
95-
Type: `Boolean`
96-
Default value: `false`
97-
98-
Auto-fix code style violations when possible.
99-
100100
## Release History
101101
See the [releases page](https://github.com/jscs-dev/grunt-jscs/releases).

0 commit comments

Comments
 (0)