module.exports = { rules: { // needed for mustache and temp 'import/no-unresolved': 'off', 'import/extensions': 'off', }, };