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 authored and benmosher committed Nov 2, 2016
1 parent c640615 commit 024a8a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
- [`prefer-default-export`] handles re-exported default exports ([#609])
- Fix crash when using `newline-after-import` with decorators ([#592])
- Properly report `newline-after-import` when next line is a decorator
- Fixed documentation for the default values for the [`order`] rule ([#601])

## [2.0.1] - 2016-10-06
### Fixed
Expand Down Expand Up @@ -407,6 +408,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
[#592]: https://github.com/benmosher/eslint-plugin-import/issues/592
[#577]: https://github.com/benmosher/eslint-plugin-import/issues/577
[#570]: https://github.com/benmosher/eslint-plugin-import/issues/570
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/order.md
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 024a8a7

Please sign in to comment.