chore: fixing cypress build

This commit is contained in:
blam
2021-02-09 10:00:01 +01:00
parent 08b61ba0bd
commit 81646feee0
4 changed files with 3 additions and 37 deletions
-15
View File
@@ -12,19 +12,4 @@ module.exports = {
},
],
},
overrides: [
{
files: ['**/cypress/integration/**'],
rules: {
'jest/expect-expect': 'off',
},
},
{
files: ['src/commands/cypress.ts'],
rules: {
'no-restricted-syntax': 'off',
},
},
],
};