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/static/*.html', 'accountant/frontend/static/views/*.html' ] } };