Home > @zqstudio/configs > ZqEslintConfigOptions
ZqEslintConfigOptions interface
Signature:
typescript
interface ZqEslintConfigOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
boolean | AutoImportOptions | (Optional) 是否开启 unplugin-auto-import 插件 false | ||
string[] | (Optional) 忽略列表 [] | ||
boolean | (Optional) 是否开启 Prettier true | ||
boolean | (Optional) 是否开启 sonarjs true | ||
boolean | (Optional) 是否开启 TypeScript false | ||
boolean | (Optional) 是否开启 Vue true |