Remove options using default value.

This commit is contained in:
Alexis Lahouze 2016-02-01 22:59:17 +01:00
parent d6c0527390
commit d5f72545ba
1 changed files with 0 additions and 2 deletions

View File

@ -2,9 +2,7 @@ module.exports = {
frontend: {
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',