a little linting

This commit is contained in:
mahula 2025-11-21 15:52:36 +01:00
parent baf66c4241
commit 1598d43237
2 changed files with 2 additions and 3 deletions

View File

@ -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'

View File

@ -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/',