Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Nov 7, 2024
1 parent 803ae9b commit 7816e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import eslintPluginAstro from 'eslint-plugin-astro'
import jsxA11y from 'eslint-plugin-jsx-a11y'
// import jsxA11y from 'eslint-plugin-jsx-a11y'
import * as mdx from 'eslint-plugin-mdx'
import markdown from '@eslint/markdown'
import unocss from '@unocss/eslint-config/flat'

export default [
...eslintPluginAstro.configs['flat/recommended'],
jsxA11y.flatConfigs.recommended,
// ...eslintPluginAstro.configs['flat/jsx-a11y-recommended'],
...eslintPluginAstro.configs['flat/jsx-a11y-recommended'],
// jsxA11y.flatConfigs.recommended,
{ ...mdx.flat },
{
files: ['**/*.md'],
Expand Down

0 comments on commit 7816e1e

Please sign in to comment.