File tree Expand file tree Collapse file tree 3 files changed +283
-1060
lines changed Expand file tree Collapse file tree 3 files changed +283
-1060
lines changed Original file line number Diff line number Diff line change 1
1
/* eslint import/no-extraneous-dependencies: 0 */
2
2
3
3
// imports to not let tools report them as unused
4
- import 'eslint-import-resolver-oxc ' ;
4
+ import 'eslint-import-resolver-typescript ' ;
5
5
6
6
import js from '@eslint/js' ;
7
7
import stylistic from '@stylistic/eslint-plugin' ;
@@ -33,7 +33,7 @@ export default [
33
33
importPlugin . flatConfigs . typescript ,
34
34
{
35
35
settings : {
36
- 'import/resolver' : 'oxc ' ,
36
+ 'import/resolver' : 'typescript ' ,
37
37
'import/ignore' : [
38
38
'react-apexcharts' , // ignore react-apexcharts as the default export is broken
39
39
] ,
Original file line number Diff line number Diff line change 95
95
"cross-env" : " 7.0.3" ,
96
96
"esbuild" : " 0.25.3" ,
97
97
"eslint" : " 9.25.1" ,
98
- "eslint-import-resolver-oxc " : " 0.13.2 " ,
98
+ "eslint-import-resolver-typescript " : " 4.3.4 " ,
99
99
"eslint-plugin-custom-rules" : " link:packages/eslint-plugin-custom-rules" ,
100
100
"eslint-plugin-i18next" : " 6.1.1" ,
101
101
"eslint-plugin-import" : " 2.31.0" ,
You can’t perform that action at this time.
0 commit comments