chore: removed cypress integrations

This commit is contained in:
Corentin Thomasset 2022-04-16 13:43:35 +02:00
parent db21c5a1be
commit f544928402
No known key found for this signature in database
GPG key ID: DBD997E935996158
11 changed files with 2 additions and 2268 deletions

View file

@ -7,12 +7,6 @@ module.exports = {
env: {
'vue/setup-compiler-macros': true,
},
overrides: [
{
files: ['cypress/integration/**.spec.{js,ts,jsx,tsx}'],
extends: ['plugin:cypress/recommended'],
},
],
rules: {
'vue/multi-word-component-names': ['off'],
},