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