From 9e56a694dc092c455ae22b649969ff8e45d1950d Mon Sep 17 00:00:00 2001 From: Gustav Hansen Date: Mon, 12 Jun 2023 15:14:10 +0200 Subject: [PATCH] Chore: Cleanup eslint/front configuration --- packages/utils/eslint-config-custom/front.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/utils/eslint-config-custom/front.js b/packages/utils/eslint-config-custom/front.js index 49f15e4f90..283fe6df40 100644 --- a/packages/utils/eslint-config-custom/front.js +++ b/packages/utils/eslint-config-custom/front.js @@ -6,7 +6,6 @@ module.exports = { commonjs: true, es6: true, jest: true, - mocha: true, }, parserOptions: { requireConfigFile: false, @@ -15,14 +14,7 @@ module.exports = { }, }, globals: { - strapi: false, window: false, - cy: false, - Cypress: false, - expect: false, - assert: false, - chai: false, - ENABLED_EE_FEATURES: false, // TODO: put all this in process.env in webpack to avoid having to set them here ADMIN_PATH: true, BACKEND_URL: true,