File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
49
49
- [ Tests] [ ` no-restricted-paths ` ] : fix one failing ` import type ` test case, submitted by [ @golergka ] , thanks [ @azyzz228 ]
50
50
- [ Docs] automate docs with eslint-doc-generator ([ #2582 ] , thanks [ @bmish ] )
51
51
- [ readme] Increase clarity around typescript configuration ([ #2588 ] , thanks [ @Nfinished ] )
52
+ - [ Docs] update ` eslint-doc-generator ` to v1.0.0 ([ #2605 ] , thanks [ @bmish ] )
52
53
53
54
## [ 2.26.0] - 2022-04-05
54
55
@@ -1023,6 +1024,7 @@ for info on changes for earlier releases.
1023
1024
1024
1025
[ `memo-parser` ] : ./memo-parser/README.md
1025
1026
1027
+ [ #2605 ] : https://github.com/import-js/eslint-plugin-import/pull/2605
1026
1028
[ #2598 ] : https://github.com/import-js/eslint-plugin-import/pull/2598
1027
1029
[ #2589 ] : https://github.com/import-js/eslint-plugin-import/pull/2589
1028
1030
[ #2588 ] : https://github.com/import-js/eslint-plugin-import/pull/2588
Original file line number Diff line number Diff line change 33
33
"prepublishOnly" : " safe-publish-latest && npm run build" ,
34
34
"prepublish" : " not-in-publish || npm run prepublishOnly" ,
35
35
"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,☑️"
37
37
},
38
38
"repository" : {
39
39
"type" : " git" ,
73
73
"cross-env" : " ^4.0.0" ,
74
74
"escope" : " ^3.6.0" ,
75
75
"eslint" : " ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" ,
76
- "eslint-doc-generator" : " ^0.19 .0" ,
76
+ "eslint-doc-generator" : " ^1.0 .0" ,
77
77
"eslint-import-resolver-node" : " file:./resolvers/node" ,
78
78
"eslint-import-resolver-typescript" : " ^1.0.2 || ^1.1.1" ,
79
79
"eslint-import-resolver-webpack" : " file:./resolvers/webpack" ,
You can’t perform that action at this time.
0 commit comments