chore: dependencies

This commit is contained in:
2025-08-05 14:24:33 +08:00
parent ed962166b1
commit fd7cc38f25
6 changed files with 170 additions and 60 deletions

View File

@@ -24,7 +24,7 @@
import antfu from '@antfu/eslint-config';
export default antfu(
const lintConfig = antfu(
{
lessOpinionated: true,
@@ -59,3 +59,5 @@ export default antfu(
},
},
);
export default lintConfig;