File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 "tagged-tag" : " ^1.0.0"
5454 },
5555 "devDependencies" : {
56- "@eslint/markdown" : " ^7.5 .1" ,
56+ "@eslint/markdown" : " ^8.0 .1" ,
5757 "@sindresorhus/tsconfig" : " ^8.0.1" ,
5858 "@types/node" : " ^25.5.0" ,
5959 "@typescript-eslint/parser" : " ^8.44.0" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {validateJSDocCodeblocksRule} from './lint-rules/validate-jsdoc-codeblock
99import { readmeJSDocSyncRule } from './lint-rules/readme-jsdoc-sync.js' ;
1010import { jsdocCodeblocksProcessor } from './lint-processors/jsdoc-codeblocks.js' ;
1111
12- /** @type {Array< import('xo').XoConfigItem | import('@eslint/core').ConfigObject> } */
12+ /** @type {import('xo').FlatXoConfig } */
1313const xoConfig = [
1414 {
1515 rules : {
You can’t perform that action at this time.
0 commit comments