File tree Expand file tree Collapse file tree 3 files changed +565
-555
lines changed Expand file tree Collapse file tree 3 files changed +565
-555
lines changed Original file line number Diff line number Diff line change 1- import { globalIgnores } from 'eslint/config' ;
1+ import { globalIgnores , defineConfig } from 'eslint/config' ;
22import jest from 'eslint-plugin-jest' ;
33import { importX } from 'eslint-plugin-import-x' ;
44import globals from 'globals' ;
55import eslint from '@eslint/js' ;
66import tseslint from 'typescript-eslint' ;
77import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended' ;
88
9- export default tseslint . config (
9+ export default defineConfig (
1010 globalIgnores ( [ '**/build/' ] ) ,
1111 eslint . configs . recommended ,
1212 // eslint-disable-next-line import-x/no-named-as-default-member
Original file line number Diff line number Diff line change 4747 "@babel/core" : " ^7.0.0" ,
4848 "@babel/preset-env" : " ^7.0.0" ,
4949 "@babel/preset-typescript" : " ^7.0.0" ,
50- "@eslint/compat" : " ^1.3.0" ,
51- "@eslint/eslintrc" : " ^3.3.1" ,
5250 "@eslint/js" : " ^9.29.0" ,
5351 "@jest/test-result" : " ^30.0.0" ,
5452 "@tsconfig/node14" : " ^14.0.0" ,
You can’t perform that action at this time.
0 commit comments