This commit is contained in:
Alex
2024-08-03 21:00:40 -04:00
parent e5546e21ad
commit 92e6e5081b
5 changed files with 12 additions and 10 deletions

View File

@ -89,6 +89,7 @@ export type InputConfig = Omit<ESLintConfig, 'rules'> & {
/**
* Automatically detect project types, dependencies and deduct the plugins.
* @default true
*/
auto?: boolean;
};