chore: make /packages/medusa/src/services/event-bus.js pass linting (#575)

This commit is contained in:
Alok Kumar Sahoo
2021-10-29 14:35:23 +05:30
committed by GitHub
parent dc8821095c
commit 6c50d4ddfd
3 changed files with 20 additions and 17 deletions

View File

@@ -16,6 +16,7 @@ module.exports = {
semi: `off`,
"no-unused-expressions": `off`,
camelcase: `off`,
"no-invalid-this": `off`,
},
env: {
es6: true,