Skip to content

Commit a351be3

Browse files
Guillaume CATELGuillaume CATEL
authored andcommitted
chore: temporally delete eslint-plugin-tailwincss (francoismassart/eslint-plugin-tailwindcss#385)
1 parent 9bdf6e0 commit a351be3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

eslint.config.mjs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import eslintPluginAstro from 'eslint-plugin-astro'
55
import jsxA11y from 'eslint-plugin-jsx-a11y'
66
import globals from 'globals'
77
import tseslint from 'typescript-eslint'
8-
import tailwindcss from 'eslint-plugin-tailwindcss'
8+
// import tailwindcss from 'eslint-plugin-tailwindcss'
99

1010
const GLOB_TS = '**/*.?([cm])ts'
1111
const 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'],

0 commit comments

Comments
 (0)