Skip to content

Commit de27fff

Browse files
committed
chore: update eslint config
1 parent e54687f commit de27fff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,9 @@ export default config({
1212
'node/prefer-global/buffer': 'off',
1313
'antfu/no-top-level-await': 'off',
1414
},
15+
}, {
16+
files: ['README.md', 'README.zh-CN.md'],
17+
rules: {
18+
'markdown/no-missing-link-fragments': 'off',
19+
},
1520
})

0 commit comments

Comments
 (0)