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 0607763 commit 5901c42Copy full SHA for 5901c42
eslint.config.js
@@ -1,4 +1,8 @@
1
-import { jsConfig, tsConfig, ignoresConfig } from '@hypernym/eslint-config'
+import {
2
+ defineConfig,
3
+ jsConfig,
4
+ tsConfig,
5
+ ignoresConfig,
6
+} from '@hypernym/eslint-config'
7
-/** @type {import("eslint").Linter.Config[]} */
-export default [jsConfig, tsConfig, ignoresConfig]
8
+export default defineConfig([jsConfig, tsConfig, ignoresConfig])
0 commit comments