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([ globalIgnores([
'.gitignore', '.gitignore',
'.github/', '.github/',
'.prettierrc.json',
'.vuepress/public/', '.vuepress/public/',
'**/*md', '**/*md',
'**/*,json',
'**/build/', '**/build/',
'cypress/reports/', 'cypress/reports/',
'cypress/screenshots/', 'cypress/screenshots/',
'LICENSE', 'LICENSE',
'node_modules/', 'node_modules/',
'renovate.json',
]), ]),
]) ])