Skip to content

Commit

Permalink
chore: reproduce mdx-js/eslint-mdx#444
Browse files Browse the repository at this point in the history
  • Loading branch information
levino committed Aug 7, 2023
1 parent ce4f097 commit b9e827b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
{
"files": ["*.mdx", "*.md"],
// "parser": "eslint-mdx", // enable `eslint-mdx` manually if it does not work
"extends": "plugin:mdx/recommended",
"rules": {
// TODO: Switch this on again. It seems currently mdx imports are not correctly supported by @typescript-eslint
"@typescript-eslint/no-unused-vars": "off"
}
"extends": "plugin:mdx/recommended"
}
]
}

0 comments on commit b9e827b

Please sign in to comment.