From 1598d43237b61275d90562e00767fcffe973a18e Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 21 Nov 2025 15:52:36 +0100 Subject: [PATCH] a little linting --- cypress/e2e/steps/login.ts | 2 -- eslint.config.cjs | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cypress/e2e/steps/login.ts b/cypress/e2e/steps/login.ts index fd4cffd..c8a70c6 100644 --- a/cypress/e2e/steps/login.ts +++ b/cypress/e2e/steps/login.ts @@ -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' diff --git a/eslint.config.cjs b/eslint.config.cjs index 405acf3..f9e3722 100644 --- a/eslint.config.cjs +++ b/eslint.config.cjs @@ -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/',