eslint: fix linting

This commit is contained in:
mahula 2025-05-04 21:29:17 +02:00
parent 83a7ddda28
commit ce5f16ec0e

View File

@ -262,10 +262,14 @@ module.exports = defineConfig([
extends: compat.extends('plugin:yml/prettier'), extends: compat.extends('plugin:yml/prettier'),
}, },
globalIgnores([ globalIgnores([
'.gitignore',
'.prettierrc.json',
'.vuepress/public/',
'**/*md', '**/*md',
'**/build/', '**/build/',
'cypress/reports/', 'cypress/reports/',
'cypress/screenshots/', 'cypress/screenshots/',
'node_modules/', 'node_modules/',
'renovate.json',
]), ]),
]) ])