Skip to content

Commit d1d9492

Browse files
committed
chore: πŸ”¨ deprecated λŒ€μ‘
1 parent 27dea96 commit d1d9492

2 files changed

Lines changed: 0 additions & 35 deletions

File tree

β€Žsrc/index.tsβ€Ž

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import reactConfig from './react';
1313
import reactHooksConfig from './react-hooks';
1414
import sortKeysFixConfig from './sort-keys-fix';
1515
import stylisticConfig from './stylistic';
16-
import tailwindcssConfig from './tailwindcss';
1716
import tanstackConfig from './tanstack';
1817
import tseslintConfig from './tseslint';
1918
import unusedImportsConfig from './unused-imports';
@@ -63,11 +62,6 @@ interface Configs
6362
*/
6463
stylisticConfig: Linter.Config;
6564

66-
/**
67-
* TailwindCSS μ„€μ •
68-
*/
69-
tailwindcssConfig: Linter.Config;
70-
7165
/**
7266
* react-query μ„€μ •
7367
*/
@@ -107,7 +101,6 @@ const itcodeConfig: ItcodeConfig = {
107101
reactHooksConfig,
108102
sortKeysFixConfig,
109103
stylisticConfig,
110-
tailwindcssConfig,
111104
tanstackConfig,
112105
tseslintConfig,
113106
unusedImportsConfig

β€Žsrc/tailwindcss/index.tsβ€Ž

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
Β (0)