Interface: Eslintrc
Contents
Properties
enabled
enabled?:
boolean
|"auto"
When true, generates a file that can be used by ESLint to know which variables are valid globals.
'auto'
: Check if eslint is installed, and if it is, generate the helper filetrue
: Generate the helper filefalse
: Don't generate the file
Default
ts
'auto'
Source
filePath
filePath?:
string
File path to save the generated eslint config.
Default
ts
'./.wxt/eslintrc-auto-import.json'
Source
globalsPropValue
globalsPropValue?:
EslintGlobalsPropValue
Default
ts
true
Source
Generated using typedoc-plugin-markdown and TypeDoc