mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-12 20:55:48 +00:00
a little linting
This commit is contained in:
parent
baf66c4241
commit
1598d43237
@ -1,5 +1,3 @@
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-call */
|
||||
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
|
||||
/* eslint-disable import/no-relative-parent-imports */
|
||||
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
|
||||
|
||||
|
||||
@ -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/', '.vuepress/.temp/', '**/*md', '**/*.json', '**/build/', 'cypress/reports/', 'cypress/screenshots/', 'LICENSE', 'node_modules/'],
|
||||
|
||||
languageOptions: {
|
||||
globals: {
|
||||
@ -226,6 +226,7 @@ module.exports = defineConfig([
|
||||
'.gitignore',
|
||||
'.github/',
|
||||
'.vuepress/public/',
|
||||
'.vuepress/.temp/',
|
||||
'**/*md',
|
||||
'**/*.json',
|
||||
'**/build/',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user