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.
eslint.config.js
1 parent bc30d68 commit 090e2b4Copy full SHA for 090e2b4
eslint.config.js
@@ -1,6 +1,5 @@
1
import { createConfig, detectOpts } from '@esrf/eslint-config';
2
-import { globalIgnores } from 'eslint/config';
3
-import { defineConfig } from 'vite';
+import { defineConfig, globalIgnores } from 'eslint/config';
4
5
const opts = detectOpts(import.meta.dirname);
6
0 commit comments