mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
eslint: fix linting
This commit is contained in:
parent
83a7ddda28
commit
ce5f16ec0e
@ -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',
|
||||||
]),
|
]),
|
||||||
])
|
])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user