UNPKG

2.02 kBYAMLView Raw
1# sass-lint config generated by make-sass-lint-config v0.1.2
2#
3# The following scss-lint Linters are not yet supported by sass-lint:
4# ChainedClasses, Compass Linters, DisableLinterReason, ElsePlacement
5# PrivateNamingConvention, PropertyCount, SelectorDepth, SpaceAfterVariableColon
6# SpaceAroundOperator, TrailingWhitespace, UnnecessaryParentReference
7
8files:
9 include: '**/*.s+(a|c)ss'
10 # This file supposedly has a "fatal" error and can't be linted
11 ignore: 'app\core\style\mixins.scss'
12options:
13 formatter: stylish
14 merge-default-rules: false
15rules:
16 bem-depth: 1
17 border-zero: 1
18 brace-style: 1
19 class-name-format: 1
20 clean-import-paths: 1
21 empty-line-between-blocks: 0
22 extends-before-declarations: 0
23 extends-before-mixins: 0
24 final-newline: 1
25 function-name-format: 1
26 hex-length:
27 - 1
28 - style: long
29 hex-notation: 1
30 id-name-format: 1
31 indentation: 1
32 leading-zero:
33 - 1
34 - include: true
35 mixin-name-format: 1
36 mixins-before-declarations: 0
37 nesting-depth:
38 - 1
39 - max-depth: 5
40 no-color-keywords: 1
41 no-color-literals:
42 - 1
43 - allow-rgba: true
44 no-css-comments: 1
45 no-debug: 1
46 no-duplicate-properties: 1
47 no-empty-rulesets: 1
48 no-extends: 0
49 no-ids: 1
50 no-important: 1
51 no-invalid-hex: 1
52 no-mergeable-selectors: 1
53 no-misspelled-properties: 1
54 no-qualifying-elements: 1
55 no-trailing-zero: 0
56 no-transition-all: 0
57 no-url-protocols: 0
58 no-vendor-prefixes: 1
59 placeholder-in-extend: 1
60 placeholder-name-format: 1
61 property-sort-order:
62 - 1
63 - order: concentric
64 property-units: 1
65 quotes: 1
66 shorthand-values:
67 - 1
68 - allowed-shorthands:
69 - 1
70 - 2
71 - 4
72 single-line-per-selector: 1
73 space-after-bang:
74 - 1
75 - include: false
76 space-after-colon: 1
77 space-after-comma: 1
78 space-before-bang:
79 - 1
80 - include: true
81 space-before-brace: 1
82 space-before-colon: 1
83 space-between-parens: 1
84 trailing-semicolon: 1
85 url-quotes: 1
86 variable-for-property: 1
87 variable-name-format: 1
88 zero-unit: 0