diff --git a/packages/e2e-test/.eslintrc.js b/packages/e2e-test/.eslintrc.js index 44427c5059..2c41ed2cd3 100644 --- a/packages/e2e-test/.eslintrc.js +++ b/packages/e2e-test/.eslintrc.js @@ -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', + }, + }, + ], };