forked from inkline/inkline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.stylelintrc.yml
40 lines (40 loc) · 1.16 KB
/
.stylelintrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
processors:
- stylelint-processor-html
plugins:
- stylelint-scss
extends:
- stylelint-config-standard
- stylelint-config-recommended-scss
rules:
alpha-value-notation: null
at-rule-empty-line-before:
- always
- ignore:
- after-comment
- first-nested
- blockless-after-blockless
ignoreAtRules:
- else
- else if
- each
at-rule-no-vendor-prefix: null
block-closing-brace-newline-after: null
color-function-notation: null
color-hex-length: null
custom-property-empty-line-before: null
custom-property-no-missing-var-function: null
custom-property-pattern: null
declaration-block-no-redundant-longhand-properties: null
function-calc-no-unspaced-operator: null
indentation: 4
max-line-length: null
no-descending-specificity: null
no-empty-source: null
number-max-precision: null
property-no-vendor-prefix: null
scss/comment-no-empty: null
selector-class-pattern: null
string-quotes: null
value-keyword-case: null
value-list-max-empty-lines: null