Skip to content

Commit ba45015

Browse files
committed
chore: adjust lint config
1 parent 6f638d8 commit ba45015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default defineConfig(
3434
//#endregion
3535

3636
//#region prettier
37+
// @ts-expect-error: weird type error
3738
eslintPluginPrettierRecommended,
3839
//#endregion
3940

@@ -210,7 +211,6 @@ export default defineConfig(
210211
name: 'test/**/*.spec.ts overrides',
211212
files: ['test/**/*.spec.ts', 'test/**/*.spec.d.ts'],
212213
plugins: {
213-
// @ts-expect-error: weird type error
214214
vitest: eslintPluginVitest,
215215
},
216216
rules: {

0 commit comments

Comments
 (0)