You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| lintCommand |`string`| This value is required |`lintCommand` will be executed at build mode, and will also be used as default config for dev mode when `eslint.dev.eslint` is nullable. |
38
+
| useFlatConfig |`boolean`|`false`| If `true`, the plugin will use the new [flat config](https://eslint.org/docs/latest/use/configure/configuration-files-new) of ESLint. |
38
39
| dev.overrideConfig |[`ESLint.Options`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/eslint/index.d.ts)|`undefined`|**(Only in dev mode)** You can override the options of the translated from `lintCommand`. Config priority: `const eslint = new ESLint({cwd: root, ...translatedOptions, ...pluginConfig.eslint.dev?.overrideConfig, })`. |
39
40
| dev.logLevel |`('error' \| 'warning')[]`|`['error', 'warning']`|**(Only in dev mode)** Which level of ESLint should be emitted to terminal and overlay in dev mode |
0 commit comments