Skip to content

Commit

Permalink
feat: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 authored and jonat75 committed Nov 29, 2023
1 parent ebaf648 commit 15902a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { defineConfig } from "cypress";

// eslint-disable-next-line import/no-default-export
export default defineConfig({
defaultCommandTimeout: 30000,
experimentalStudio: true,
e2e: {
baseUrl: "http://localhost:3000",
setupNodeEvents(on, config) {
setupNodeEvents(_on, _config) {
// implement node event listeners here
},
},
Expand Down

0 comments on commit 15902a1

Please sign in to comment.