module.exports = { globals: { mycanvas: true, d3: true, Animator: true, }, rules: { 'no-console': 'off', 'no-unused-vars': 'off', }, }