File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 */
77
88import baseConfig from './base' ;
9+ import betterTailwindcssConfig from './better-tailwindcss' ;
910import importConfig from './import' ;
1011import jestConfig from './jest' ;
1112import nextConfig from './next' ;
1213import reactConfig from './react' ;
1314import reactHooksConfig from './react-hooks' ;
1415import sortKeysFixConfig from './sort-keys-fix' ;
1516import stylisticConfig from './stylistic' ;
16- import tailwindcssConfig from './tailwindcss' ;
1717import tanstackConfig from './tanstack' ;
1818import tseslintConfig from './tseslint' ;
1919import unusedImportsConfig from './unused-imports' ;
@@ -28,6 +28,11 @@ interface Configs
2828 */
2929 baseConfig : Linter . Config ;
3030
31+ /**
32+ * TailwindCSS μ€μ
33+ */
34+ betterTailwindcssConfig : Linter . Config ;
35+
3136 /**
3237 * import μ€μ
3338 */
@@ -63,11 +68,6 @@ interface Configs
6368 */
6469 stylisticConfig : Linter . Config ;
6570
66- /**
67- * TailwindCSS μ€μ
68- */
69- tailwindcssConfig : Linter . Config ;
70-
7171 /**
7272 * react-query μ€μ
7373 */
@@ -100,14 +100,14 @@ interface ItcodeConfig
100100const itcodeConfig : ItcodeConfig = {
101101 configs : {
102102 baseConfig,
103+ betterTailwindcssConfig,
103104 importConfig,
104105 jestConfig,
105106 nextConfig,
106107 reactConfig,
107108 reactHooksConfig,
108109 sortKeysFixConfig,
109110 stylisticConfig,
110- tailwindcssConfig,
111111 tanstackConfig,
112112 tseslintConfig,
113113 unusedImportsConfig
You canβt perform that action at this time.
0 commit comments