Skip to content

Commit 5901c42

Browse files
committed
chore: update eslint config
1 parent 0607763 commit 5901c42

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

eslint.config.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import { jsConfig, tsConfig, ignoresConfig } from '@hypernym/eslint-config'
1+
import {
2+
defineConfig,
3+
jsConfig,
4+
tsConfig,
5+
ignoresConfig,
6+
} from '@hypernym/eslint-config'
27

3-
/** @type {import("eslint").Linter.Config[]} */
4-
export default [jsConfig, tsConfig, ignoresConfig]
8+
export default defineConfig([jsConfig, tsConfig, ignoresConfig])

0 commit comments

Comments
 (0)