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 */
|
/* eslint-disable import/no-relative-parent-imports */
|
||||||
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
|
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
|
||||||
|
|
||||||
|
|||||||
@ -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/', '.vuepress/.temp/', '**/*md', '**/*.json', '**/build/', 'cypress/reports/', 'cypress/screenshots/', 'LICENSE', 'node_modules/'],
|
||||||
|
|
||||||
languageOptions: {
|
languageOptions: {
|
||||||
globals: {
|
globals: {
|
||||||
@ -226,6 +226,7 @@ module.exports = defineConfig([
|
|||||||
'.gitignore',
|
'.gitignore',
|
||||||
'.github/',
|
'.github/',
|
||||||
'.vuepress/public/',
|
'.vuepress/public/',
|
||||||
|
'.vuepress/.temp/',
|
||||||
'**/*md',
|
'**/*md',
|
||||||
'**/*.json',
|
'**/*.json',
|
||||||
'**/build/',
|
'**/build/',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user