Skip to content

Commit

Permalink
fix: formated with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaivanwong committed Dec 7, 2023
1 parent 15514de commit c3fce84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
baseUrl: 'http://localhost:4173'
}
baseUrl: 'http://localhost:4173',
},
})
8 changes: 4 additions & 4 deletions cypress/e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": ["./**/*", "../support/**/*"],
"compilerOptions": {
"isolatedModules": false,
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
}
"types": ["cypress"],
"isolatedModules": false
},
"include": ["./**/*", "../support/**/*"]
}

0 comments on commit c3fce84

Please sign in to comment.