chore(deps): bump dependencies

This commit is contained in:
Neko Ayaka
2025-06-11 15:19:13 +08:00
parent 1aa6d6b869
commit ce8914e0b8
24 changed files with 1110 additions and 1190 deletions
+8 -1
View File
@@ -1,4 +1,5 @@
import antfu from '@antfu/eslint-config'
import { importX } from 'eslint-plugin-import-x'
export default await antfu(
{
@@ -14,7 +15,10 @@ export default await antfu(
'**/.astro/**',
],
rules: {
'import/order': [
'ts/ban-ts-comment': 'off',
'antfu/import-dedupe': 'error',
'style/padding-line-between-statements': 'error',
'import-x/order': [
'error',
{
'groups': [
@@ -26,5 +30,8 @@ export default await antfu(
},
],
},
plugins: {
'import-x': importX,
},
},
)