mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +00:00
eslint: fix typo
This commit is contained in:
parent
ed1cf1200f
commit
99216cecba
@ -22,7 +22,7 @@ const compat = new FlatCompat({
|
||||
module.exports = defineConfig([
|
||||
{
|
||||
|
||||
ignores: ['.gitignore', '.github/', '.vuepress/public/', '**/*md', '**/*,json', '**/build/', 'cypress/reports/', 'cypress/screenshots/', 'LICENSE', 'node_modules/'],
|
||||
ignores: ['.gitignore', '.github/', '.vuepress/public/', '**/*md', '**/*.json', '**/build/', 'cypress/reports/', 'cypress/screenshots/', 'LICENSE', 'node_modules/'],
|
||||
|
||||
languageOptions: {
|
||||
globals: {
|
||||
@ -227,7 +227,7 @@ module.exports = defineConfig([
|
||||
'.github/',
|
||||
'.vuepress/public/',
|
||||
'**/*md',
|
||||
'**/*,json',
|
||||
'**/*.json',
|
||||
'**/build/',
|
||||
'cypress/reports/',
|
||||
'cypress/screenshots/',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user