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 ec911e0 commit e761085Copy full SHA for e761085
1 file changed
eslint.config.js
@@ -1,7 +1,7 @@
1
-import tseslint from 'typescript-eslint';
+import { defineConfig } from 'eslint/config';
2
import shared from '@zenfs/core/eslint';
3
4
-export default tseslint.config(...shared, {
+export default defineConfig(...shared, {
5
files: ['src/**/*.ts', 'tests/**/*.ts'],
6
name: 'Enable typed checking',
7
languageOptions: {
0 commit comments