File tree Expand file tree Collapse file tree 4 files changed +3028
-2385
lines changed Expand file tree Collapse file tree 4 files changed +3028
-2385
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ export default tseslint.config(
74
74
rules : {
75
75
...solid . configs [ "flat/recommended" ] . rules ,
76
76
"@typescript-eslint/ban-ts-comment" : 0 ,
77
+ "@typescript-eslint/no-unused-expressions" : 0 ,
77
78
"@typescript-eslint/no-unused-vars" : 0 ,
78
79
} ,
79
80
}
Original file line number Diff line number Diff line change 38
38
" README.md"
39
39
],
40
40
"dependencies" : {
41
- "@typescript-eslint/utils" : " ^7.13.1" ,
41
+ "@typescript-eslint/utils" : " ^7.13.1 || ^8.0.0 " ,
42
42
"estraverse" : " ^5.3.0" ,
43
43
"is-html" : " ^2.0.0" ,
44
44
"kebab-case" : " ^1.0.2" ,
59
59
"@types/markdown-magic" : " ^1.0.4" ,
60
60
"@types/node" : " ^20" ,
61
61
"@types/prettier" : " ^2.7.3" ,
62
- "@typescript-eslint/eslint-plugin" : " ^7.13.1 " ,
63
- "@typescript-eslint/parser" : " ^7.13.1 " ,
62
+ "@typescript-eslint/eslint-plugin" : " ^8.0.0 " ,
63
+ "@typescript-eslint/parser" : " ^8.0.0 " ,
64
64
"eslint" : " ^9.5.0" ,
65
65
"eslint-plugin-eslint-plugin" : " ^6.1.0" ,
66
66
"eslint-plugin-solid" : " link:" ,
74
74
"prettier" : " ^2.8.8" ,
75
75
"tsx" : " ^4.7.3" ,
76
76
"typescript" : " ^5.4.3" ,
77
- "typescript-eslint" : " ^7.13.1 " ,
77
+ "typescript-eslint" : " ^8.0.0 " ,
78
78
"vitest" : " ^1.5.2"
79
79
},
80
80
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments