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/"], "matchPackageNames": ["/vuepress/"],
"groupName": "vuepress", "groupName": "vuepress"
} }
], ],
"npm": { "npm": {

View File

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