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