mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +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([
|
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: {
|
languageOptions: {
|
||||||
globals: {
|
globals: {
|
||||||
@ -227,7 +227,7 @@ module.exports = defineConfig([
|
|||||||
'.github/',
|
'.github/',
|
||||||
'.vuepress/public/',
|
'.vuepress/public/',
|
||||||
'**/*md',
|
'**/*md',
|
||||||
'**/*,json',
|
'**/*.json',
|
||||||
'**/build/',
|
'**/build/',
|
||||||
'cypress/reports/',
|
'cypress/reports/',
|
||||||
'cypress/screenshots/',
|
'cypress/screenshots/',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user