# 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: true spaces: 0 StringQuotes: enabled: false style: double_quotes TrailingSemicolonAfterPropertyValue: enabled: true UnnecessaryMantissa: enabled: true UrlFormat: enabled: true UrlQuotes: enabled: true ZeroUnit: enabled: true Compass::*: enabled: false