chore: fix prettier again

This commit is contained in:
blam
2021-02-05 10:44:22 +01:00
parent 93dd36999d
commit b3790710d6
+5 -5
View File
@@ -17,14 +17,14 @@ module.exports = {
{
files: ['**/cypress/integration/**'],
rules: {
'jest/expect-expect': 'off'
'jest/expect-expect': 'off',
},
},
{
files: ['src/commands/cypress.ts'],
rules: {
'no-restricted-syntax': 'off'
}
}
]
'no-restricted-syntax': 'off',
},
},
],
};