fix: lint

This commit is contained in:
xingyu4j
2025-11-27 13:55:12 +08:00
parent a976ca88f6
commit 7fea95adff
14 changed files with 30 additions and 21 deletions

View File

@@ -46,6 +46,8 @@ export async function ignores(): Promise<Linter.Config[]> {
'**/*.sh',
'**/*.ttf',
'**/*.woff',
'**/public/**',
'**/china.json',
],
},
];