Skip to content

Commit

Permalink
Поправил настройки pug-линтера
Browse files Browse the repository at this point in the history
  • Loading branch information
beliarh committed Sep 18, 2018
1 parent 9a393a1 commit cd1aed1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pug-lintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"disallowAttributeInterpolation": true,
"disallowClassAttributeWithStaticValue": true,
"disallowDuplicateAttributes": true,
"disallowHtmlText": true,
"disallowIdAttributeWithStaticValue": true,
"disallowLegacyMixinCall": true,
"disallowMultipleLineBreaks": true,
Expand All @@ -23,7 +22,10 @@
],
"requireStrictEqualityOperators": true,
"validateAttributeQuoteMarks": "\"",
"validateAttributeSeparator": " ",
"validateAttributeSeparator": {
"separator": " ",
"multiLineSeparator": "\n\t"
},
"validateDivTags": true,
"validateIndentation": "\t",
"validateLineBreaks": "LF",
Expand Down

0 comments on commit cd1aed1

Please sign in to comment.