Skip to content

Commit e761085

Browse files
committed
Updated eslint config
1 parent ec911e0 commit e761085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import tseslint from 'typescript-eslint';
1+
import { defineConfig } from 'eslint/config';
22
import shared from '@zenfs/core/eslint';
33

4-
export default tseslint.config(...shared, {
4+
export default defineConfig(...shared, {
55
files: ['src/**/*.ts', 'tests/**/*.ts'],
66
name: 'Enable typed checking',
77
languageOptions: {

0 commit comments

Comments
 (0)