feat: add eslint-plugin-turbo

This commit is contained in:
vince
2024-07-10 22:30:39 +08:00
parent 1f968723d5
commit 8952e947bf
8 changed files with 55 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ import {
prettier,
regexp,
test,
turbo,
typescript,
unicorn,
vue,
@@ -46,6 +47,7 @@ async function defineConfig(config: FlatConfig[] = []) {
test(),
regexp(),
command(),
turbo(),
...customConfig,
...config,
];