File tree Expand file tree Collapse file tree 3 files changed +302
-30
lines changed Expand file tree Collapse file tree 3 files changed +302
-30
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {globalIgnores} from 'eslint/config';
16
16
import prettier from 'eslint-config-prettier' ;
17
17
// @ts -expect-error TS(7016): Could not find a declaration file
18
18
import boundaries from 'eslint-plugin-boundaries' ;
19
- // @ts -expect-error TS(7016): Could not find a declaration file
20
19
import importPlugin from 'eslint-plugin-import' ;
21
20
import jest from 'eslint-plugin-jest' ;
22
21
import jestDom from 'eslint-plugin-jest-dom' ;
Original file line number Diff line number Diff line change 195
195
"eslint-config-prettier" : " ^10.1.2" ,
196
196
"eslint-import-resolver-typescript" : " ^3.8.3" ,
197
197
"eslint-plugin-boundaries" : " ^5.0.1" ,
198
- "eslint-plugin-import" : " ^2.31 .0" ,
198
+ "eslint-plugin-import" : " 2.32 .0" ,
199
199
"eslint-plugin-jest" : " ^28.11.0" ,
200
200
"eslint-plugin-jest-dom" : " ^5.5.0" ,
201
201
"eslint-plugin-mdx" : " ^3.4.2" ,
You can’t perform that action at this time.
0 commit comments