Skip to content

Commit 8399ef4

Browse files
hyperupcallljharb
authored andcommitted
[Docs] order: use correct default value
1 parent db0970a commit 8399ef4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1515
### Changed
1616
- [Tests] `named`: Run all TypeScript test ([#2427], thanks [@ProdigySim])
1717
- [readme] note use of typescript in readme `import/extensions` section ([#2440], thanks [@OutdatedVersion])
18+
- [Docs] `order`: use correct default value ([#2392], thanks [@hyperupcall])
1819

1920
## [2.26.0] - 2022-04-05
2021

@@ -1280,6 +1281,7 @@ for info on changes for earlier releases.
12801281
[#211]: https://github.com/import-js/eslint-plugin-import/pull/211
12811282
[#164]: https://github.com/import-js/eslint-plugin-import/pull/164
12821283
[#157]: https://github.com/import-js/eslint-plugin-import/pull/157
1284+
[#2392]: https://github.com/import-js/eslint-plugin-import/issues/2392
12831285
[#2340]: https://github.com/import-js/eslint-plugin-import/issues/2340
12841286
[#2255]: https://github.com/import-js/eslint-plugin-import/issues/2255
12851287
[#2210]: https://github.com/import-js/eslint-plugin-import/issues/2210
@@ -1559,6 +1561,7 @@ for info on changes for earlier releases.
15591561
[@hayes]: https://github.com/hayes
15601562
[@himynameisdave]: https://github.com/himynameisdave
15611563
[@hulkish]: https://github.com/hulkish
1564+
[@hyperupcall]: https://github.com/hyperupcall
15621565
[@Hypnosphi]: https://github.com/Hypnosphi
15631566
[@isiahmeadows]: https://github.com/isiahmeadows
15641567
[@IvanGoncharov]: https://github.com/IvanGoncharov

docs/rules/order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Example:
169169
]
170170
}
171171
```
172-
The default value is `["builtin", "external"]`.
172+
The default value is `["builtin", "external", "object"]`.
173173

174174
### `newlines-between: [ignore|always|always-and-inside-groups|never]`:
175175

0 commit comments

Comments
 (0)