Chore: Cleanup eslint/front configuration

This commit is contained in:
Gustav Hansen 2023-06-12 15:14:10 +02:00
parent 01e461d267
commit 9e56a694dc

View File

@ -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,