Skip to content

Commit b5659dd

Browse files
stoeCopilot
andauthored
⬆️ Update ESLint markdown plugin (#128)
Signed-off-by: Stefan Stölzle <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent fe82cbf commit b5659dd

File tree

3 files changed

+1108
-213
lines changed

3 files changed

+1108
-213
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import markdown from '@eslint/markdown'
12
import globals from 'globals'
2-
import markdown from 'eslint-plugin-markdown'
33
import prettierConfig from 'eslint-config-prettier'
44
import prettierPluginRecommended from 'eslint-plugin-prettier/recommended'
55

@@ -23,7 +23,7 @@ export default [
2323
...markdown.configs.recommended,
2424
{
2525
files: ['**/*.md'],
26-
processor: 'markdown/markdown',
26+
processor: markdown.processors.markdown,
2727
},
2828
{
2929
files: ['**/*.md/*.js'],

0 commit comments

Comments
 (0)