File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import eslintPluginAstro from 'eslint-plugin-astro'
55import jsxA11y from 'eslint-plugin-jsx-a11y'
66import globals from 'globals'
77import tseslint from 'typescript-eslint'
8- import tailwindcss from 'eslint-plugin-tailwindcss'
8+ // import tailwindcss from 'eslint-plugin-tailwindcss'
99
1010const GLOB_TS = '**/*.?([cm])ts'
1111const GLOB_TSX = '**/*.tsx'
@@ -34,14 +34,14 @@ export default [
3434 eslint . configs . recommended ,
3535 ...tseslint . configs . recommended ,
3636 ...eslintPluginAstro . configs [ 'flat/all' ] ,
37- ...tailwindcss . configs [ 'flat/recommended' ] ,
38- {
39- settings : {
40- tailwindcss : {
41- config : './configs/tailwind-config/src/index.ts' ,
42- } ,
43- } ,
44- } ,
37+ // ...tailwindcss.configs['flat/recommended'],
38+ // {
39+ // settings: {
40+ // tailwindcss: {
41+ // config: './configs/tailwind-config/src/index.ts',
42+ // },
43+ // },
44+ // },
4545
4646 // Code style rules
4747 stylistic . configs [ 'disable-legacy' ] ,
You can’t perform that action at this time.
0 commit comments