File tree Expand file tree Collapse file tree 3 files changed +137
-135
lines changed Expand file tree Collapse file tree 3 files changed +137
-135
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
87
87
trailingUnderscore : 'forbid' ,
88
88
} ,
89
89
] ,
90
+ '@typescript-eslint/no-misused-spread' : 'off' , // string spreading is fine (mostly)
90
91
'@typescript-eslint/no-confusing-void-expression' : [
91
92
'error' ,
92
93
{
@@ -97,6 +98,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
97
98
'error' ,
98
99
{ ignoreParameters : true } ,
99
100
] ,
101
+ '@typescript-eslint/no-unnecessary-boolean-literal-compare' : 'off' , // requires `strictNullChecks` to be enabled
100
102
'@typescript-eslint/no-unnecessary-condition' : 'off' , // requires `strictNullChecks` to be enabled
101
103
'@typescript-eslint/no-unsafe-assignment' : 'off' ,
102
104
'@typescript-eslint/no-unsafe-call' : 'off' ,
Original file line number Diff line number Diff line change 105
105
" dist"
106
106
],
107
107
"devDependencies" : {
108
- "@eslint/compat" : " 1.2.5 " ,
109
- "@eslint/js" : " 9.18 .0" ,
108
+ "@eslint/compat" : " 1.2.6 " ,
109
+ "@eslint/js" : " 9.19 .0" ,
110
110
"@stylistic/eslint-plugin" : " 3.0.1" ,
111
111
"@types/eslint__js" : " 8.42.3" ,
112
112
"@types/node" : " 22.13.0" ,
119
119
"@vueuse/core" : " 12.5.0" ,
120
120
"commit-and-tag-version" : " 12.5.0" ,
121
121
"cypress" : " 14.0.1" ,
122
- "eslint" : " 9.18 .0" ,
122
+ "eslint" : " 9.19 .0" ,
123
123
"eslint-config-prettier" : " 10.0.1" ,
124
124
"eslint-plugin-file-progress" : " 3.0.1" ,
125
- "eslint-plugin-jsdoc" : " 50.6.1 " ,
126
- "eslint-plugin-prettier" : " 5.2.1 " ,
125
+ "eslint-plugin-jsdoc" : " 50.6.3 " ,
126
+ "eslint-plugin-prettier" : " 5.2.3 " ,
127
127
"eslint-plugin-unicorn" : " 56.0.1" ,
128
128
"jiti" : " 2.4.2" ,
129
129
"npm-run-all2" : " 7.0.2" ,
137
137
"tsup" : " 8.3.6" ,
138
138
"tsx" : " 4.19.2" ,
139
139
"typescript" : " 5.7.3" ,
140
- "typescript-eslint" : " 8.19.1 " ,
140
+ "typescript-eslint" : " 8.23.0 " ,
141
141
"validator" : " 13.12.0" ,
142
142
"vitepress" : " 1.6.3" ,
143
143
"vitest" : " 3.0.5" ,
You can’t perform that action at this time.
0 commit comments