Skip to content

Commit 4e83dcb

Browse files
bmishljharb
authored andcommitted
[Docs] update eslint-doc-generator to v1.0.0
1 parent 280b736 commit 4e83dcb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
4949
- [Tests] [`no-restricted-paths`]: fix one failing `import type` test case, submitted by [@golergka], thanks [@azyzz228]
5050
- [Docs] automate docs with eslint-doc-generator ([#2582], thanks [@bmish])
5151
- [readme] Increase clarity around typescript configuration ([#2588], thanks [@Nfinished])
52+
- [Docs] update `eslint-doc-generator` to v1.0.0 ([#2605], thanks [@bmish])
5253

5354
## [2.26.0] - 2022-04-05
5455

@@ -1023,6 +1024,7 @@ for info on changes for earlier releases.
10231024

10241025
[`memo-parser`]: ./memo-parser/README.md
10251026

1027+
[#2605]: https://github.com/import-js/eslint-plugin-import/pull/2605
10261028
[#2598]: https://github.com/import-js/eslint-plugin-import/pull/2598
10271029
[#2589]: https://github.com/import-js/eslint-plugin-import/pull/2589
10281030
[#2588]: https://github.com/import-js/eslint-plugin-import/pull/2588

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "safe-publish-latest && npm run build",
3434
"prepublish": "not-in-publish || npm run prepublishOnly",
3535
"preupdate:eslint-docs": "npm run build",
36-
"update:eslint-docs": "eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --split-by meta.docs.category --ignore-config stage-0 --config-emoji recommended,☑️"
36+
"update:eslint-docs": "eslint-doc-generator --rule-doc-title-format prefix-name --rule-doc-section-options false --rule-list-split meta.docs.category --ignore-config stage-0 --config-emoji recommended,☑️"
3737
},
3838
"repository": {
3939
"type": "git",
@@ -73,7 +73,7 @@
7373
"cross-env": "^4.0.0",
7474
"escope": "^3.6.0",
7575
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8",
76-
"eslint-doc-generator": "^0.19.0",
76+
"eslint-doc-generator": "^1.0.0",
7777
"eslint-import-resolver-node": "file:./resolvers/node",
7878
"eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1",
7979
"eslint-import-resolver-webpack": "file:./resolvers/webpack",

0 commit comments

Comments
 (0)