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
+2 -15
View File
@@ -11,20 +11,7 @@ module.exports = {
bundledDependencies: false,
},
],
'jest/expect-expect': 'off',
'no-restricted-syntax': 'off',
},
overrides: [
{
files: ['**/cypress/integration/**'],
rules: {
'jest/expect-expect': 'off',
},
},
{
files: ['src/commands/cypress.ts'],
rules: {
'no-restricted-syntax': 'off',
},
},
],
};