File tree 2 files changed +2
-3
lines changed
packages/eslint-config-eslint
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const unicorn = require("eslint-plugin-unicorn");
9
9
* the plugins' configs are not updated to support the flat config,
10
10
* need to manually update the `plugins` property
11
11
*/
12
- jsdoc . configs . recommended . plugins = { jsdoc } ;
13
12
eslintComments . configs . recommended . plugins = { "eslint-comments" : eslintComments } ;
14
13
15
14
// extends eslint recommended config
@@ -262,7 +261,7 @@ const jsConfigs = [js.configs.recommended, {
262
261
} ] ;
263
262
264
263
// extends eslint-plugin-jsdoc's recommended config
265
- const jsdocConfigs = [ jsdoc . configs . recommended , {
264
+ const jsdocConfigs = [ jsdoc . configs [ "flat/ recommended" ] , {
266
265
settings : {
267
266
jsdoc : {
268
267
mode : "typescript" ,
Original file line number Diff line number Diff line change 30
30
"dependencies" : {
31
31
"@eslint/js" : " ^8.42.0" ,
32
32
"eslint-plugin-eslint-comments" : " ^3.2.0" ,
33
- "eslint-plugin-jsdoc" : " ^46.2.5 " ,
33
+ "eslint-plugin-jsdoc" : " ^46.5.1 " ,
34
34
"eslint-plugin-n" : " ^16.0.0" ,
35
35
"eslint-plugin-unicorn" : " ^42.0.0"
36
36
},
You can’t perform that action at this time.
0 commit comments