feat: add eslint-plugin-turbo
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
Reference in New Issue
Block a user