@@ -53,12 +53,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
53
53
- [ Docs] automate docs with eslint-doc-generator ([ #2582 ] , thanks [ @bmish ] )
54
54
- [ readme] Increase clarity around typescript configuration ([ #2588 ] , thanks [ @Nfinished ] )
55
55
- [ Docs] update ` eslint-doc-generator ` to v1.0.0 ([ #2605 ] , thanks [ @bmish ] )
56
- - [ Perf] ` no-cycle ` , ` no-internal-modules ` , ` no-restricted-paths ` : use ` anyOf ` instead of ` oneOf ` (thanks [ @ljharb ] , [ @remcohaszing ] )
56
+ - [ Perf] [ ` no-cycle ` ] , [ ` no-internal-modules ` ] , [ ` no-restricted-paths ` ] : use ` anyOf ` instead of ` oneOf ` (thanks [ @ljharb ] , [ @remcohaszing ] )
57
57
58
58
## [ 2.26.0] - 2022-04-05
59
59
60
60
### Added
61
- - [ ` no-named-default ` , ` no-default-export ` , ` prefer-default-export ` , ` no-named-export ` , ` export ` , ` named ` , ` namespace ` , ` no-unused-modules ` ] : support arbitrary module namespace names ([ #2358 ] , thanks [ @sosukesuzuki ] )
61
+ - [ ` no-named-default ` ] , [ ` no-default-export ` ] , [ ` prefer-default-export ` ] , [ ` no-named-export ` ] , [ ` export ` ] , [ ` named ` ] , [ ` namespace ` ] , [ ` no-unused-modules ` ] : support arbitrary module namespace names ([ #2358 ] , thanks [ @sosukesuzuki ] )
62
62
- [ ` no-dynamic-require ` ] : support dynamic import with espree ([ #2371 ] , thanks [ @sosukesuzuki ] )
63
63
- [ ` no-relative-packages ` ] : add fixer ([ #2381 ] , thanks [ @forivall ] )
64
64
@@ -69,13 +69,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
69
69
- [ ` no-unused-modules ` ] : avoid a crash when processing re-exports ([ #2388 ] , thanks [ @ljharb ] )
70
70
71
71
### Changed
72
- - [ Tests] ` no-nodejs-modules ` : add tests for node protocol URL ([ #2367 ] , thanks [ @sosukesuzuki ] )
73
- - [ Tests] ` default ` , ` no-anonymous-default-export ` , ` no-mutable-exports ` , ` no-named-as-default-member ` , ` no-named-as-default ` : add tests for arbitrary module namespace names ([ #2358 ] , thanks [ @sosukesuzuki ] )
72
+ - [ Tests] [ ` no-nodejs-modules ` ] : add tests for node protocol URL ([ #2367 ] , thanks [ @sosukesuzuki ] )
73
+ - [ Tests] [ ` default ` ] , [ ` no-anonymous-default-export ` ] , [ ` no-mutable-exports ` ] , [ ` no-named-as-default-member ` ] , [ ` no-named-as-default ` ] : add tests for arbitrary module namespace names ([ #2358 ] , thanks [ @sosukesuzuki ] )
74
74
- [ Docs] [ ` no-unresolved ` ] : Fix RegExp escaping in readme ([ #2332 ] , thanks [ @stephtr ] )
75
- - [ Refactor] ` namespace ` : try to improve performance ([ #2340 ] , thanks [ @ljharb ] )
75
+ - [ Refactor] [ ` namespace ` ] : try to improve performance ([ #2340 ] , thanks [ @ljharb ] )
76
76
- [ Docs] make rule doc titles consistent ([ #2393 ] , thanks [ @TheJaredWilcurt ] )
77
- - [ Docs] ` order ` : TS code examples should use TS code blocks ([ #2411 ] , thanks [ @MM25Zamanian ] )
78
- - [ Docs] ` no-unresolved ` : fix link ([ #2417 ] , thanks [ @kylemh ] )
77
+ - [ Docs] [ ` order ` ] : TS code examples should use TS code blocks ([ #2411 ] , thanks [ @MM25Zamanian ] )
78
+ - [ Docs] [ ` no-unresolved ` ] : fix link ([ #2417 ] , thanks [ @kylemh ] )
79
79
80
80
## [ 2.25.4] - 2022-01-02
81
81
@@ -186,7 +186,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
186
186
- [ ` order ` ] : restore default behavior unless ` type ` is in groups ([ #2087 ] , thanks [ @grit96 ] )
187
187
188
188
### Changed
189
- - [ Docs] Add ` no-relative-packages ` to list of to the list of rules ([ #2075 ] , thanks [ @arvigeus ] )
189
+ - [ Docs] Add [ ` no-relative-packages ` ] to list of to the list of rules ([ #2075 ] , thanks [ @arvigeus ] )
190
190
191
191
## [ 2.23.2] - 2021-05-15
192
192
@@ -231,9 +231,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
231
231
### Changed
232
232
- [ Generic Import Callback] Make callback for all imports once in rules ([ #1237 ] , thanks [ @ljqx ] )
233
233
- [ Docs] [ ` no-named-as-default ` ] : add semicolon ([ #1897 ] , thanks [ @bicstone ] )
234
- - [ Docs] ` no-extraneous-dependencies ` : correct peerDependencies option default to ` true ` ([ #1993 ] , thanks [ @dwardu ] )
235
- - [ Docs] ` order ` : Document options required to match ordering example ([ #1992 ] , thanks [ @silviogutierrez ] )
236
- - [ Tests] ` no-unresolved ` : add tests for ` import() ` ([ #2012 ] , thanks [ @davidbonnet ] )
234
+ - [ Docs] [ ` no-extraneous-dependencies ` ] : correct peerDependencies option default to ` true ` ([ #1993 ] , thanks [ @dwardu ] )
235
+ - [ Docs] [ ` order ` ] : Document options required to match ordering example ([ #1992 ] , thanks [ @silviogutierrez ] )
236
+ - [ Tests] [ ` no-unresolved ` ] : add tests for ` import() ` ([ #2012 ] , thanks [ @davidbonnet ] )
237
237
- [ Docs] Add import/recommended ruleset to README ([ #2034 ] , thanks [ @edemaine ] )
238
238
239
239
## [ 2.22.1] - 2020-09-27
@@ -303,12 +303,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
303
303
- TypeScript: [ ` export ` ] : avoid a crash with ` export = ` ([ #1801 ] , thanks [ @ljharb ] )
304
304
305
305
### Changed
306
- - [ Refactor] ` no-extraneous-dependencies ` : use moduleVisitor ([ #1735 ] , thanks [ @adamborowski ] )
306
+ - [ Refactor] [ ` no-extraneous-dependencies ` ] : use moduleVisitor ([ #1735 ] , thanks [ @adamborowski ] )
307
307
- TypeScript config: Disable [ ` named ` ] [ ] ([ #1726 ] , thanks [ @astorije ] )
308
308
- [ readme] Remove duplicate [ ` no-unused-modules ` ] from docs ([ #1690 ] , thanks [ @arvigeus ] )
309
- - [ Docs] ` order ` : fix bad inline config ([ #1788 ] , thanks [ @nickofthyme ] )
309
+ - [ Docs] [ ` order ` ] : fix bad inline config ([ #1788 ] , thanks [ @nickofthyme ] )
310
310
- [ Tests] Add fix for Windows Subsystem for Linux ([ #1786 ] , thanks [ @manuth ] )
311
- - [ Docs] ` no-unused-rules ` : Fix docs for unused exports ([ #1776 ] , thanks [ @barbogast ] )
311
+ - [ Docs] [ ` no-unused-rules ` ] : Fix docs for unused exports ([ #1776 ] , thanks [ @barbogast ] )
312
312
- [ eslint] bump minimum v7 version to v7.2.0
313
313
314
314
## [ 2.20.2] - 2020-03-28
@@ -319,7 +319,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
319
319
- [ ` no-duplicates ` ] : fix fixer on cases with default import ([ #1666 ] , thanks [ @golopot ] )
320
320
- [ ` no-unused-modules ` ] : Handle ` export { default } from ` syntax ([ #1631 ] , thanks [ @richardxia ] )
321
321
- [ ` first ` ] : Add a way to disable ` absolute-first ` explicitly ([ #1664 ] , thanks [ @TheCrueltySage ] )
322
- - [ Docs] ` no-webpack-loader-syntax ` : Updates webpack URLs ([ #1751 ] , thanks [ @MikeyBeLike ] )
322
+ - [ Docs] [ ` no-webpack-loader-syntax ` ] : Updates webpack URLs ([ #1751 ] , thanks [ @MikeyBeLike ] )
323
323
324
324
## [ 2.20.1] - 2020-02-01
325
325
@@ -337,7 +337,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
337
337
### Changed
338
338
- [ ` import/external-module-folders ` setting] behavior is more strict now: it will only match complete path segments ([ #1605 ] , thanks [ @skozin ] )
339
339
- [ meta] fix "files" field to include/exclude the proper files ([ #1635 ] , thanks [ @ljharb ] )
340
- - [ Tests] ` order ` : Add TS import type tests ([ #1736 ] , thanks [ @kmui2 ] )
340
+ - [ Tests] [ ` order ` ] : Add TS import type tests ([ #1736 ] , thanks [ @kmui2 ] )
341
341
342
342
## [ 2.20.0] - 2020-01-10
343
343
@@ -436,7 +436,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
436
436
- Improve support for TypeScript declare structures ([ #1356 ] , thanks [ @christophercurrie ] )
437
437
438
438
### Docs
439
- - add missing ` no-unused-modules ` in README ([ #1358 ] , thanks [ @golopot ] )
439
+ - add missing [ ` no-unused-modules ` ] in README ([ #1358 ] , thanks [ @golopot ] )
440
440
- [ ` no-unused-modules ` ] : Indicates usage, plugin defaults to no-op, and add description to main README.md ([ #1352 ] , thanks [ @johndevedu ] )
441
441
- Document ` env ` option for ` eslint-import-resolver-webpack ` ([ #1363 ] , thanks [ @kgregory ] )
442
442
0 commit comments