@@ -27,28 +27,6 @@ <h3>See it directly in your editor</h3>
2727 < li > < a href ="https://github.com/gcorne/vim-sass-lint " target ="_blank "> Vim</ a > </ li >
2828 </ ul >
2929 </ div >
30- < div class ="block ">
31- < pre class ="brush: css; ">
32- ######################### ## CastleCSS SCSS Lint File ######################### # Linter Options options: # Don't merge
33- default rules merge-default-rules: false # Set the formatter to 'html' formatter: html # Output file instead of logging results
34- output-file: 'linters/sass-lint.html' # Raise an error if more than 50 warnings are generated max-warnings: 50 # File Options
35- files: include: 'scss/**/*.s+(a|c)ss' ignore: - 'scss/**/.css' # Rule Configuration rules: extends-before-mixins: 2 class-name-format:
36- - 2 - convention: 'hyphenatedlowercase' declarations-before-nesting: true extends-before-declarations: 2 force-element-nesting:
37- true force-pseudo-nesting: true function-name-format: - 2 - convention: 'hyphenatedlowercase' hex-length: 'short' no-color-keywords:
38- true hex-notation: - 2 - style: lowercase empty-line-between-blocks: - 1 - include: true - allow-single-line-rulesets: false
39- placeholder-in-extend: 2 leading-zero: false - 1 nesting-depth: - 1 - max-depth: 3 mixin-name-format: - 2 - convention: 'hyphenatedlowercase'
40- mixins-before-declarations: - 2 - exclude: - breakpoint - mq no-warn: 1 no-debug: 1 no-ids: 1 space-after-colon: - 2 - include:
41- true space-after-comma: - 2 - include: true space-before-brace: - 2 - include: true space-before-colon: - 2 - include: false
42- space-after-bang: false trailing-semicolon: - 2 - include: true url-quotes: - 2 shorthand-values: - 2 - allowed-shorthands:
43- - 1 - 2 no-important: 2 no-invalid-hex: 2 no-trailing-whitespace: 1 placeholder-name-format: - 2 - convention: 'hyphenatedlowercase'
44- indentation: - 2 - size: tab property-sort-order: - 1 - order: - content - display - position - z-index - top - right - bottom
45- - left - flex-direction - align-items - justify-content - overflow - overflow-x - overflow-y - margin - margin-top - margin-right
46- - margin-bottom - margin-left - padding - padding-top - padding-right - padding-bottom - padding-left - min-width - width
47- - min-height - height - vertical-align - white-space - font - font-style - font-size - font-weight - text-align - text-transform
48- - font-decoration - color - background-color - background - transition - border-radius ignore-custom-properties: true variable-for-property:
49- - 2 - properties: - zero-unit: - 2
50- </ pre >
51- </ div >
5230 </ div >
5331 </ div >
5432 <!-- End main -->
0 commit comments