File tree 4 files changed +23
-49
lines changed
4 files changed +23
-49
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " ./node_modules/oxlint/configuration_schema.json" ,
2
+ "$schema" : " ../.. /node_modules/oxlint/configuration_schema.json" ,
3
3
"plugins" : [
4
- " react" ,
5
- " typescript"
4
+ " typescript" ,
5
+ " oxc" ,
6
+ " import" ,
7
+ " node"
6
8
],
7
9
"categories" : {
8
10
"correctness" : " off"
30
32
}
31
33
],
32
34
"no-var" : " error" ,
33
- "react/no-unescaped-entities" : " off" ,
34
- "react/jsx-key" : [
35
- " error" ,
36
- {
37
- "checkFragmentShorthand" : true
38
- }
39
- ],
40
- "react/no-array-index-key" : " error" ,
41
- "react/self-closing-comp" : " error" ,
42
- "react-hooks/rules-of-hooks" : " error" ,
43
35
"@typescript-eslint/array-type" : [
44
36
" error" ,
45
37
{
65
57
}
66
58
],
67
59
"@typescript-eslint/no-explicit-any" : " off" ,
68
- "react/no-find-dom-node" : " off" ,
69
60
"no-empty-function" : " off"
70
61
}
71
- }
62
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " ./node_modules/oxlint/configuration_schema.json" ,
2
+ "$schema" : " ../.. /node_modules/oxlint/configuration_schema.json" ,
3
3
"plugins" : [
4
- " react" ,
5
- " typescript"
4
+ " typescript" ,
5
+ " oxc" ,
6
+ " import"
6
7
],
7
8
"categories" : {
8
9
"correctness" : " off"
30
31
}
31
32
],
32
33
"no-var" : " error" ,
33
- "react/no-unescaped-entities" : " off" ,
34
- "react/jsx-key" : [
35
- " error" ,
36
- {
37
- "checkFragmentShorthand" : true
38
- }
39
- ],
40
- "react/no-array-index-key" : " error" ,
41
- "react/self-closing-comp" : " error" ,
42
- "react-hooks/rules-of-hooks" : " error" ,
43
34
"@typescript-eslint/array-type" : [
44
35
" error" ,
45
36
{
65
56
}
66
57
],
67
58
"@typescript-eslint/no-explicit-any" : " off" ,
68
- "react/no-find-dom-node" : " off" ,
69
59
"no-empty-function" : " off"
70
60
}
71
- }
61
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " ./node_modules/oxlint/configuration_schema.json" ,
2
+ "$schema" : " ../.. /node_modules/oxlint/configuration_schema.json" ,
3
3
"plugins" : [
4
- " react" ,
5
- " typescript"
4
+ " typescript" ,
5
+ " oxc" ,
6
+ " import"
6
7
],
7
8
"categories" : {
8
9
"correctness" : " off"
30
31
}
31
32
],
32
33
"no-var" : " error" ,
33
- "react/no-unescaped-entities" : " off" ,
34
- "react/jsx-key" : [
35
- " error" ,
36
- {
37
- "checkFragmentShorthand" : true
38
- }
39
- ],
40
- "react/no-array-index-key" : " error" ,
41
- "react/self-closing-comp" : " error" ,
42
- "react-hooks/rules-of-hooks" : " error" ,
43
34
"@typescript-eslint/array-type" : [
44
35
" error" ,
45
36
{
65
56
}
66
57
],
67
58
"@typescript-eslint/no-explicit-any" : " off" ,
68
- "react/no-find-dom-node" : " off" ,
69
59
"no-empty-function" : " off"
70
60
}
71
- }
61
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " ./node_modules/oxlint/configuration_schema.json" ,
2
+ "$schema" : " ../.. /node_modules/oxlint/configuration_schema.json" ,
3
3
"plugins" : [
4
- " react" ,
5
- " typescript"
4
+ " typescript" ,
5
+ " oxc" ,
6
+ " import" ,
7
+ " node" ,
8
+ " react"
6
9
],
7
10
"categories" : {
8
11
"correctness" : " off"
68
71
"react/no-find-dom-node" : " off" ,
69
72
"no-empty-function" : " off"
70
73
}
71
- }
74
+ }
You can’t perform that action at this time.
0 commit comments