Skip to content

Commit a026c1c

Browse files
committed
feat: generate tailwindcss eslint rule type
1 parent 5af67eb commit a026c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/typegen.ts

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
sortPackageJson,
1818
stylistic,
1919
svelte,
20+
tailwindcss,
2021
test,
2122
typescript,
2223
unicorn,
@@ -53,6 +54,7 @@ const configs = await combine(
5354
vue(),
5455
command(),
5556
regexp(),
57+
tailwindcss(),
5658
)
5759

5860
const configNames = configs.map(i => i.name).filter(Boolean) as string[]

0 commit comments

Comments
 (0)