cli: add __non_webpack_require__ to backend eslint globals

This commit is contained in:
Patrik Oldsberg
2020-08-15 17:25:38 +02:00
parent 9cda29cd13
commit b8858e1220
+3
View File
@@ -28,6 +28,9 @@ module.exports = {
env: {
jest: true,
},
globals: {
__non_webpack_require__: 'readonly',
},
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',