Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Aug 22, 2024
1 parent b7877c1 commit 662bdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@eslint-types/unicorn": "^52.0.0",
"@eslint/compat": "^1.1.1",
"@eslint/markdown": "^6.0.0",
"@eslint/js": "^9.9.0",
"@eslint/markdown": "^6.0.0",
"@types/eslint": "^9.6.0",
"eslint-config-flat-gitignore": "^0.1.8",
"eslint-config-prettier": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import markdownPlugin from '@eslint/markdown'
import { GLOB_MARKDOWN, GLOB_SRC, GLOB_VUE } from './shared.js'

export function markdown() {
const recommended = markdownPlugin.configs?.recommended
const recommended = markdownPlugin.configs?.processor

/** @type {import('eslint').Linter.Config[]} */
const recommendedConfig = Array.isArray(recommended)
Expand Down

0 comments on commit 662bdd1

Please sign in to comment.