File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
15
15
### Changed
16
16
- [ Tests] ` named ` : Run all TypeScript test ([ #2427 ] , thanks [ @ProdigySim ] )
17
17
- [ readme] note use of typescript in readme ` import/extensions ` section ([ #2440 ] , thanks [ @OutdatedVersion ] )
18
+ - [ Docs] ` order ` : use correct default value ([ #2392 ] , thanks [ @hyperupcall ] )
18
19
19
20
## [ 2.26.0] - 2022-04-05
20
21
@@ -1280,6 +1281,7 @@ for info on changes for earlier releases.
1280
1281
[ #211 ] : https://github.com/import-js/eslint-plugin-import/pull/211
1281
1282
[ #164 ] : https://github.com/import-js/eslint-plugin-import/pull/164
1282
1283
[ #157 ] : https://github.com/import-js/eslint-plugin-import/pull/157
1284
+ [ #2392 ] : https://github.com/import-js/eslint-plugin-import/issues/2392
1283
1285
[ #2340 ] : https://github.com/import-js/eslint-plugin-import/issues/2340
1284
1286
[ #2255 ] : https://github.com/import-js/eslint-plugin-import/issues/2255
1285
1287
[ #2210 ] : https://github.com/import-js/eslint-plugin-import/issues/2210
@@ -1559,6 +1561,7 @@ for info on changes for earlier releases.
1559
1561
[ @hayes ] : https://github.com/hayes
1560
1562
[ @himynameisdave ] : https://github.com/himynameisdave
1561
1563
[ @hulkish ] : https://github.com/hulkish
1564
+ [ @hyperupcall ] : https://github.com/hyperupcall
1562
1565
[ @Hypnosphi ] : https://github.com/Hypnosphi
1563
1566
[ @isiahmeadows ] : https://github.com/isiahmeadows
1564
1567
[ @IvanGoncharov ] : https://github.com/IvanGoncharov
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ Example:
169
169
]
170
170
}
171
171
```
172
- The default value is ` ["builtin", "external"] ` .
172
+ The default value is ` ["builtin", "external", "object" ] ` .
173
173
174
174
### ` newlines-between: [ignore|always|always-and-inside-groups|never] ` :
175
175
You can’t perform that action at this time.
0 commit comments