From e196794addffaa4c12d6165cdf62e81dd7a0e4fa Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Fri, 24 Jan 2025 14:58:17 +0100 Subject: [PATCH] feat: lint fix --- webapp/eslint.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/eslint.config.js b/webapp/eslint.config.js index c22ca5c851..65a79c4f87 100644 --- a/webapp/eslint.config.js +++ b/webapp/eslint.config.js @@ -50,14 +50,14 @@ export default [ globals: { ...globals.browser, ...globals.es2022, - "cy": true, + cy: true, }, }, plugins: { "license-header": licenseHeaderPlugin, "react-hooks": reactHookPlugin, "react-refresh": reactRefreshPlugin, - "cypress": cypressPlugin, + cypress: cypressPlugin, }, rules: { ...reactHookPlugin.configs.recommended.rules,