mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 13:50:38 +00:00
Chore: Cleanup eslint/front configuration
This commit is contained in:
parent
01e461d267
commit
9e56a694dc
@ -6,7 +6,6 @@ module.exports = {
|
|||||||
commonjs: true,
|
commonjs: true,
|
||||||
es6: true,
|
es6: true,
|
||||||
jest: true,
|
jest: true,
|
||||||
mocha: true,
|
|
||||||
},
|
},
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
requireConfigFile: false,
|
requireConfigFile: false,
|
||||||
@ -15,14 +14,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
globals: {
|
globals: {
|
||||||
strapi: false,
|
|
||||||
window: 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
|
// TODO: put all this in process.env in webpack to avoid having to set them here
|
||||||
ADMIN_PATH: true,
|
ADMIN_PATH: true,
|
||||||
BACKEND_URL: true,
|
BACKEND_URL: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user