From b3790710d6473575838d710f4bb6b63b0212b654 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 5 Feb 2021 10:44:22 +0100 Subject: [PATCH] chore: fix prettier again --- packages/e2e-test/.eslintrc.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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', + }, + }, + ], };