eslint: fix linting

This commit is contained in:
mahula 2025-05-04 22:05:47 +02:00
parent f6ab4e72c0
commit ed1cf1200f

View File

@ -225,14 +225,13 @@ module.exports = defineConfig([
globalIgnores([
'.gitignore',
'.github/',
'.prettierrc.json',
'.vuepress/public/',
'**/*md',
'**/*,json',
'**/build/',
'cypress/reports/',
'cypress/screenshots/',
'LICENSE',
'node_modules/',
'renovate.json',
]),
])