UNPKG

echo-fecs

Version:

Front End Code Style Suite

63 lines (60 loc) 1.25 kB
# ids: false # box-model: false # outline-none: false # text-indent: false # qualified-headings: false # unique-headings: false # underscore-property-hack: false # star-property-hack: false # overqualified-elements: false no-bom: true block-indent: - " " - 0 require-before-space: - "{" require-after-space: - ":" - "," max-length: 120 #require-after-linebreak: # - " " # - "," require-newline: - "selector" - "property" - "media-query-condition" require-around-space: - ">" - "+" - "~" require-doublequotes: - "attr-selector" - "text-content" always-semicolon: true disallow-overqualified-elements: true max-selector-nesting-level: 3 shorthand: - "property" - "color" #group-properties: true disallow-important: true leading-zero: true disallow-quotes-in-url: true omit-protocol-in-url: true zero-unit: true hex-color: true disallow-named-color: true unifying-color-case-sensitive: true horizontal-vertical-position: true #font-family-space-in-quotes: true #font-family-sort: true unifying-font-family-case-sensitive: true min-font-size: 12 require-number: - "font-weight" - "line-height" require-transition-property: true vendor-prefixes-sort: true disallow-expression: true property-not-existed: true