Skip to content

Commit 7816e1e

Browse files
committed
Update eslint config
1 parent 803ae9b commit 7816e1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eslint.config.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import eslintPluginAstro from 'eslint-plugin-astro'
2-
import jsxA11y from 'eslint-plugin-jsx-a11y'
2+
// import jsxA11y from 'eslint-plugin-jsx-a11y'
33
import * as mdx from 'eslint-plugin-mdx'
44
import markdown from '@eslint/markdown'
55
import unocss from '@unocss/eslint-config/flat'
66

77
export default [
88
...eslintPluginAstro.configs['flat/recommended'],
9-
jsxA11y.flatConfigs.recommended,
10-
// ...eslintPluginAstro.configs['flat/jsx-a11y-recommended'],
9+
...eslintPluginAstro.configs['flat/jsx-a11y-recommended'],
10+
// jsxA11y.flatConfigs.recommended,
1111
{ ...mdx.flat },
1212
{
1313
files: ['**/*.md'],

0 commit comments

Comments
 (0)