eslint: fix linting

This commit is contained in:
mahula 2025-05-04 21:32:30 +02:00
parent ce5f16ec0e
commit 89aca62367
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
},
{
"matchPackageNames": ["/vuepress/"],
"groupName": "vuepress",
"groupName": "vuepress"
}
],
"npm": {

View File

@ -263,6 +263,7 @@ module.exports = defineConfig([
},
globalIgnores([
'.gitignore',
'.github/',
'.prettierrc.json',
'.vuepress/public/',
'**/*md',