UNPKG

eslint-config-mixmax

Version:
12 lines (11 loc) 313 B
module.exports = { extends: './', env: { // TODO: We should not globalize this - we should explicitly import our CDN-sourced dependencies. jquery: true, }, globals: { // TODO: We should not globalize this - we should explicitly import our CDN-sourced dependencies. Backbone: true, }, };