mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 20:33:03 +00:00
Chore: Cleanup eslint/front configuration
This commit is contained in:
parent
01e461d267
commit
9e56a694dc
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user