eslint-config-mixmax
Version:
Mixmax's WIP style guide for JavaScript.
12 lines (11 loc) • 313 B
JavaScript
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,
},
};