mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
117 lines
1.7 KiB
117 lines
1.7 KiB
# Default application configuration that all configurations inherit from. |
|
linters: |
|
BorderZero: |
|
enabled: true |
|
|
|
CapitalizationInSelector: |
|
enabled: false |
|
|
|
ColorKeyword: |
|
enabled: true |
|
|
|
Comment: |
|
enabled: false |
|
|
|
DebugStatement: |
|
enabled: true |
|
|
|
DeclarationOrder: |
|
enabled: true |
|
|
|
DuplicateProperty: |
|
enabled: true |
|
|
|
EmptyLineBetweenBlocks: |
|
enabled: false |
|
|
|
EmptyRule: |
|
enabled: true |
|
|
|
FinalNewline: |
|
enabled: true |
|
present: true |
|
|
|
HexLength: |
|
enabled: true |
|
style: short # or 'long' |
|
|
|
HexNotation: |
|
enabled: true |
|
style: lowercase # or 'uppercase' |
|
|
|
HexValidation: |
|
enabled: true |
|
|
|
IdWithExtraneousSelector: |
|
enabled: true |
|
|
|
Indentation: |
|
enabled: false |
|
|
|
LeadingZero: |
|
enabled: true |
|
style: exclude_zero # or 'include_zero' |
|
|
|
MergeableSelector: |
|
enabled: false |
|
|
|
NameFormat: |
|
enabled: true |
|
convention: hyphenated_lowercase # or 'BEM', or a regex pattern |
|
|
|
PlaceholderInExtend: |
|
enabled: true |
|
|
|
PropertySortOrder: |
|
enabled: false |
|
|
|
PropertySpelling: |
|
enabled: true |
|
extra_properties: [] |
|
|
|
SelectorDepth: |
|
enabled: true |
|
max_depth: 4 |
|
|
|
Shorthand: |
|
enabled: true |
|
|
|
SingleLinePerSelector: |
|
enabled: false |
|
|
|
SpaceAfterComma: |
|
enabled: false |
|
|
|
SpaceAfterPropertyColon: |
|
enabled: false |
|
|
|
SpaceAfterPropertyName: |
|
enabled: true |
|
|
|
SpaceBeforeBrace: |
|
enabled: false |
|
|
|
SpaceBetweenParens: |
|
enabled: false |
|
|
|
StringQuotes: |
|
enabled: false |
|
style: double_quotes |
|
|
|
TrailingSemicolonAfterPropertyValue: |
|
enabled: false |
|
|
|
UnnecessaryMantissa: |
|
enabled: true |
|
|
|
UrlFormat: |
|
enabled: true |
|
|
|
UrlQuotes: |
|
enabled: true |
|
|
|
ZeroUnit: |
|
enabled: true |
|
|
|
Compass::*: |
|
enabled: false
|
|
|