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