diff --git a/grunt-config/htmllint.js b/grunt-config/htmllint.js
index afd4c00..a2f06e7 100644
--- a/grunt-config/htmllint.js
+++ b/grunt-config/htmllint.js
@@ -1,6 +1,15 @@
module.exports = {
frontend: {
- options: {},
+ options: {
+ 'attr-name-style': 'dash',
+ 'attr-quote-style': 'double',
+ 'attr-req-value': false,
+ 'doctype-html5': true,
+ 'id-class-ignore-regex': '{{.*?}}',
+ 'id-class-style': 'dash',
+ 'indent-style': 'spaces',
+ 'indent-width': 2
+ },
src: [
'accountant/frontend/templates/**/*.html',
'accountant/frontend/static/templates/**/*.html'