Skip to content

Commit de895ac

Browse files
committed
[meta] link rule names in changelog
1 parent 56b3ea4 commit de895ac

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5353
- [Docs] automate docs with eslint-doc-generator ([#2582], thanks [@bmish])
5454
- [readme] Increase clarity around typescript configuration ([#2588], thanks [@Nfinished])
5555
- [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])
5757

5858
## [2.26.0] - 2022-04-05
5959

6060
### 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])
6262
- [`no-dynamic-require`]: support dynamic import with espree ([#2371], thanks [@sosukesuzuki])
6363
- [`no-relative-packages`]: add fixer ([#2381], thanks [@forivall])
6464

@@ -69,13 +69,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6969
- [`no-unused-modules`]: avoid a crash when processing re-exports ([#2388], thanks [@ljharb])
7070

7171
### 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])
7474
- [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])
7676
- [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])
7979

8080
## [2.25.4] - 2022-01-02
8181

@@ -186,7 +186,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
186186
- [`order`]: restore default behavior unless `type` is in groups ([#2087], thanks [@grit96])
187187

188188
### 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])
190190

191191
## [2.23.2] - 2021-05-15
192192

@@ -231,9 +231,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
231231
### Changed
232232
- [Generic Import Callback] Make callback for all imports once in rules ([#1237], thanks [@ljqx])
233233
- [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])
237237
- [Docs] Add import/recommended ruleset to README ([#2034], thanks [@edemaine])
238238

239239
## [2.22.1] - 2020-09-27
@@ -303,12 +303,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
303303
- TypeScript: [`export`]: avoid a crash with `export =` ([#1801], thanks [@ljharb])
304304

305305
### Changed
306-
- [Refactor] `no-extraneous-dependencies`: use moduleVisitor ([#1735], thanks [@adamborowski])
306+
- [Refactor] [`no-extraneous-dependencies`]: use moduleVisitor ([#1735], thanks [@adamborowski])
307307
- TypeScript config: Disable [`named`][] ([#1726], thanks [@astorije])
308308
- [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])
310310
- [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])
312312
- [eslint] bump minimum v7 version to v7.2.0
313313

314314
## [2.20.2] - 2020-03-28
@@ -319,7 +319,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
319319
- [`no-duplicates`]: fix fixer on cases with default import ([#1666], thanks [@golopot])
320320
- [`no-unused-modules`]: Handle `export { default } from` syntax ([#1631], thanks [@richardxia])
321321
- [`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])
323323

324324
## [2.20.1] - 2020-02-01
325325

@@ -337,7 +337,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
337337
### Changed
338338
- [`import/external-module-folders` setting] behavior is more strict now: it will only match complete path segments ([#1605], thanks [@skozin])
339339
- [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])
341341

342342
## [2.20.0] - 2020-01-10
343343

@@ -436,7 +436,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
436436
- Improve support for TypeScript declare structures ([#1356], thanks [@christophercurrie])
437437

438438
### Docs
439-
- add missing `no-unused-modules` in README ([#1358], thanks [@golopot])
439+
- add missing [`no-unused-modules`] in README ([#1358], thanks [@golopot])
440440
- [`no-unused-modules`]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#1352], thanks [@johndevedu])
441441
- Document `env` option for `eslint-import-resolver-webpack` ([#1363], thanks [@kgregory])
442442

0 commit comments

Comments
 (0)