File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
8787 trailingUnderscore : 'forbid' ,
8888 } ,
8989 ] ,
90+ '@typescript-eslint/no-misused-spread' : 'off' , // string spreading is fine (mostly)
9091 '@typescript-eslint/no-confusing-void-expression' : [
9192 'error' ,
9293 {
@@ -97,6 +98,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
9798 'error' ,
9899 { ignoreParameters : true } ,
99100 ] ,
101+ '@typescript-eslint/no-unnecessary-boolean-literal-compare' : 'off' , // requires `strictNullChecks` to be enabled
100102 '@typescript-eslint/no-unnecessary-condition' : 'off' , // requires `strictNullChecks` to be enabled
101103 '@typescript-eslint/no-unsafe-assignment' : 'off' ,
102104 '@typescript-eslint/no-unsafe-call' : 'off' ,
Original file line number Diff line number Diff line change 105105 " dist"
106106 ],
107107 "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" ,
110110 "@stylistic/eslint-plugin" : " 3.0.1" ,
111111 "@types/eslint__js" : " 8.42.3" ,
112112 "@types/node" : " 22.13.0" ,
119119 "@vueuse/core" : " 12.5.0" ,
120120 "commit-and-tag-version" : " 12.5.0" ,
121121 "cypress" : " 14.0.1" ,
122- "eslint" : " 9.18 .0" ,
122+ "eslint" : " 9.19 .0" ,
123123 "eslint-config-prettier" : " 10.0.1" ,
124124 "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 " ,
127127 "eslint-plugin-unicorn" : " 56.0.1" ,
128128 "jiti" : " 2.4.2" ,
129129 "npm-run-all2" : " 7.0.2" ,
137137 "tsup" : " 8.3.6" ,
138138 "tsx" : " 4.19.2" ,
139139 "typescript" : " 5.7.3" ,
140- "typescript-eslint" : " 8.19.1 " ,
140+ "typescript-eslint" : " 8.23.0 " ,
141141 "validator" : " 13.12.0" ,
142142 "vitepress" : " 1.6.3" ,
143143 "vitest" : " 3.0.5" ,
You can’t perform that action at this time.
0 commit comments