lint: format

This commit is contained in:
2025-12-11 00:26:27 +07:00
parent cfc4f4e0f7
commit 52415f91b0
22 changed files with 8297 additions and 10071 deletions

View File

@@ -1,13 +1,13 @@
import { defineConfig } from 'cypress';
import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
supportFile: 'tests/e2e/support/e2e.{js,jsx,ts,tsx}',
specPattern: 'tests/e2e/specs/**/*.cy.{js,jsx,ts,tsx}',
videosFolder: 'tests/e2e/videos',
screenshotsFolder: 'tests/e2e/screenshots',
baseUrl: 'http://localhost:5173',
// eslint-disable-next-line @typescript-eslint/no-unused-vars
supportFile: "tests/e2e/support/e2e.{js,jsx,ts,tsx}",
specPattern: "tests/e2e/specs/**/*.cy.{js,jsx,ts,tsx}",
videosFolder: "tests/e2e/videos",
screenshotsFolder: "tests/e2e/screenshots",
baseUrl: "http://localhost:5173",
// eslint-disable-next-line unused-imports/no-unused-vars
setupNodeEvents(on, config) {
// implement node event listeners here
},