Skip to content

Commit b9e8ca8

Browse files
committed
chore: update to latest @eslint/markdown package and simple xo type in config
1 parent 3b55ad3 commit b9e8ca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
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",

xo.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {validateJSDocCodeblocksRule} from './lint-rules/validate-jsdoc-codeblock
99
import {readmeJSDocSyncRule} from './lint-rules/readme-jsdoc-sync.js';
1010
import {jsdocCodeblocksProcessor} from './lint-processors/jsdoc-codeblocks.js';
1111

12-
/** @type {Array<import('xo').XoConfigItem | import('@eslint/core').ConfigObject>} */
12+
/** @type {import('xo').FlatXoConfig} */
1313
const xoConfig = [
1414
{
1515
rules: {

0 commit comments

Comments
 (0)