module.exports = { frontend: { options: { 'attr-name-style': 'dash', 'attr-req-value': false, 'id-class-ignore-regex': '{{.*?}}', 'id-class-style': 'dash', 'indent-style': 'spaces', 'indent-width': 2 }, src: [ '<%= accountant.frontend.src %>/*.html', '<%= accountant.frontend.src %>/views/*.html' ] } };