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
packages/wxt/src/types/index.ts:1226
filePath
filePath?:
string
File path to save the generated eslint config.
Default
ts
'./.wxt/eslintrc-auto-import.json'
Source
packages/wxt/src/types/index.ts:1232
globalsPropValue
globalsPropValue?:
EslintGlobalsPropValue
Default
ts
true
Source
packages/wxt/src/types/index.ts:1236
Generated using typedoc-plugin-markdown and TypeDoc