Skip to content

Home > @zqstudio/configs > ZqEslintConfigOptions

ZqEslintConfigOptions interface

Signature:

typescript
interface ZqEslintConfigOptions

Properties

Property

Modifiers

Type

Description

autoImport?

boolean | AutoImportOptions

(Optional) 是否开启 unplugin-auto-import 插件 false

ignores?

string[]

(Optional) 忽略列表 []

prettier?

boolean

(Optional) 是否开启 Prettier true

sonar?

boolean

(Optional) 是否开启 sonarjs true

ts?

boolean

(Optional) 是否开启 TypeScript false

vue?

boolean

(Optional) 是否开启 Vue true