Skip to content

Commit

Permalink
Fixed documentation for the default values for the order rule (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmengels committed Oct 12, 2016
1 parent c787026 commit aeb7402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
## [Unreleased]
### Fixed
- [`prefer-default-export`] handles re-exported default exports ([#609])
- Fixed documentation for the default values for the [`order`] rule ([#601])

## [2.0.1] - 2016-10-06
### Fixed
Expand Down Expand Up @@ -402,6 +403,7 @@ for info on changes for earlier releases.

[#609]: https://github.com/benmosher/eslint-plugin-import/issues/609
[#604]: https://github.com/benmosher/eslint-plugin-import/issues/604
[#601]: https://github.com/benmosher/eslint-plugin-import/issues/601
[#577]: https://github.com/benmosher/eslint-plugin-import/issues/577
[#570]: https://github.com/benmosher/eslint-plugin-import/issues/570
[#567]: https://github.com/benmosher/eslint-plugin-import/issues/567
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/order.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ How groups are defined, and the order to respect. `groups` must be an array of `
// Then the rest: internal and external type
]
```
The default value is `["builtin", "external", "internal", "parent", "sibling", "index"]`.
The default value is `["builtin", "external", "parent", "sibling", "index"]`.

You can set the options like this:

Expand Down

0 comments on commit aeb7402

Please sign in to comment.