UNPKG

lad

Version:

Lad is the best Node.js framework. Made by a former Express TC and Koa team member.

23 lines (22 loc) 756 B
module.exports = { // <https://github.com/pugjs/pug-lint/blob/master/docs/rules.md> disallowAttributeConcatentation: true, disallowAttributeInterpolation: true, disallowClassAttributeWithStaticValue: true, disallowDuplicateAttributes: true, disallowHtmlText: true, disallowIdAttributeWithStaticValue: true, disallowLegacyMixinCall: true, disallowMultipleLineBreaks: true, disallowStringConcatenation: 'aggressive', disallowTrailingSpaces: true, requireLineFeedAtFileEnd: true, requireLowerCaseTags: true, requireSpaceAfterCodeOperator: true, requireStrictEqualityOperators: true, validateDivTags: true, validateIndentation: 2, validateLineBreaks: 'LF', validateSelfClosingTags: true, validateTemplateString: true };