Skip to content

Commit aeb7402

Browse files
committed
Fixed documentation for the default values for the order rule (fixes #601)`
1 parent c787026 commit aeb7402

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
66
## [Unreleased]
77
### Fixed
88
- [`prefer-default-export`] handles re-exported default exports ([#609])
9+
- Fixed documentation for the default values for the [`order`] rule ([#601])
910

1011
## [2.0.1] - 2016-10-06
1112
### Fixed
@@ -402,6 +403,7 @@ for info on changes for earlier releases.
402403

403404
[#609]: https://github.com/benmosher/eslint-plugin-import/issues/609
404405
[#604]: https://github.com/benmosher/eslint-plugin-import/issues/604
406+
[#601]: https://github.com/benmosher/eslint-plugin-import/issues/601
405407
[#577]: https://github.com/benmosher/eslint-plugin-import/issues/577
406408
[#570]: https://github.com/benmosher/eslint-plugin-import/issues/570
407409
[#567]: https://github.com/benmosher/eslint-plugin-import/issues/567

Diff for: docs/rules/order.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ How groups are defined, and the order to respect. `groups` must be an array of `
8484
// Then the rest: internal and external type
8585
]
8686
```
87-
The default value is `["builtin", "external", "internal", "parent", "sibling", "index"]`.
87+
The default value is `["builtin", "external", "parent", "sibling", "index"]`.
8888

8989
You can set the options like this:
9090

0 commit comments

Comments
 (0)