File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import tseslint from 'typescript-eslint'
55import astro from 'eslint-plugin-astro'
66import prettier from 'eslint-plugin-prettier'
77import markdown from '@eslint/markdown'
8- import * as mdx from 'eslint-plugin-mdx'
8+ // import * as mdx from 'eslint-plugin-mdx'
99
1010// parsers
1111const tsParser = tseslint . parser
@@ -69,13 +69,13 @@ export default defineConfig([
6969 'no-html' : 'off'
7070 }
7171 } ,
72- {
73- ...mdx . flat ,
74- rules : {
75- '@typescript-eslint/no-unused-expression' : 'off' ,
76- '@typescript-eslint/no-unused-vars' : 'off'
77- }
78- } ,
72+ // {
73+ // ...mdx.flat,
74+ // rules: {
75+ // '@typescript-eslint/no-unused-expression': 'off',
76+ // '@typescript-eslint/no-unused-vars': 'off'
77+ // }
78+ // },
7979 // Ignore patterns
8080 {
8181 ignores : [ 'dist/**' , '**/*.d.ts' , '.github/' ]
Original file line number Diff line number Diff line change 2121 "@astrojs/mdx" : " ^4.3.6" ,
2222 "@astrojs/sitemap" : " ^3.6.0" ,
2323 "@eslint/markdown" : " ^7.3.0" ,
24- "@tailwindcss/forms" : " ^0.5.10" ,
2524 "@tailwindcss/typography" : " ^0.5.19" ,
2625 "@types/alpinejs" : " ^3.13.11" ,
27- "@typescript-eslint/parser" : " ^8.45.0" ,
2826 "alpinejs" : " ^3.15.0" ,
2927 "astro" : " ^5.14.1" ,
3028 "astro-robots-txt" : " ^1.0.0" ,
3129 "eslint" : " ^9.37.0" ,
3230 "eslint-plugin-astro" : " ^1.3.1" ,
3331 "eslint-plugin-jsx-a11y" : " ^6.10.2" ,
34- "eslint-plugin-mdx" : " ^3.6.2" ,
3532 "eslint-plugin-prettier" : " ^5.5.4" ,
3633 "exifr" : " ^7.1.3" ,
3734 "mdast-util-to-string" : " ^4.0.0" ,
3835 "prettier" : " ^3.6.2" ,
39- "prettier-config-standard" : " ^7.0.0" ,
4036 "prettier-plugin-astro" : " ^0.14.1" ,
4137 "prettier-plugin-tailwindcss" : " ^0.6.14" ,
4238 "reading-time" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments