From 7a60117a09f01e02bbdce535a86712102ee190ad Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Fri, 24 Jan 2025 14:55:52 +0100 Subject: [PATCH] feat: lint fix --- webapp/eslint.config.js | 3 +-- webapp/package.json | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/webapp/eslint.config.js b/webapp/eslint.config.js index 49793bb7cc..c22ca5c851 100644 --- a/webapp/eslint.config.js +++ b/webapp/eslint.config.js @@ -50,7 +50,7 @@ export default [ globals: { ...globals.browser, ...globals.es2022, - ...globals["cypress/globals"], + "cy": true, }, }, plugins: { @@ -61,7 +61,6 @@ export default [ }, rules: { ...reactHookPlugin.configs.recommended.rules, - ...cypressPlugin.configs.recommended.rules, "@typescript-eslint/array-type": ["error", { default: "array-simple" }], "@typescript-eslint/no-restricted-imports": [ "error", diff --git a/webapp/package.json b/webapp/package.json index 0a612e776e..734ae9531a 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -128,9 +128,6 @@ "engines": { "node": "22.13.0" }, - "extends": [ - "plugin:cypress/recommended" - ], "overrides": { "react-d3-graph": { "react": "18.3.1"