We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c729082 commit d5eb95dCopy full SHA for d5eb95d
eslint.config.mjs
@@ -1,17 +1,13 @@
1
// eslint.config.js
2
import eslint from '@eslint/js';
3
import wdnsConfig from '@wdns/eslint-config-wdns';
4
-import pluginVue from 'eslint-plugin-vue';
5
import tseslint from 'typescript-eslint';
6
import AutoImportJson from './.eslintrc-auto-import.json' with { type: 'json' };
7
-import vueTsEslintConfig from '@vue/eslint-config-typescript';
8
9
10
export default tseslint.config(
11
eslint.configs.recommended,
12
...tseslint.configs.recommended,
13
- ...pluginVue.configs['flat/essential'],
14
- ...vueTsEslintConfig(),
15
...wdnsConfig,
16
{
17
ignores: [
0 commit comments