-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.stylelintrc.yml
More file actions
27 lines (27 loc) · 792 Bytes
/
.stylelintrc.yml
File metadata and controls
27 lines (27 loc) · 792 Bytes
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
processors:
- stylelint-processor-styled-components
extends:
- stylelint-config-standard
- stylelint-config-styled-components
- stylelint-config-idiomatic-order
- ./node_modules/prettier-stylelint/config.js
syntax: scss
rules:
font-family-no-missing-generic-family-keyword: null
no-empty-source: null
property-no-unknown:
- true
- ignoreProperties:
- padding-vertical
- padding-horizontal
- margin-vertical
- margin-horizontal
- shadow-color
- shadow-offset
- shadow-radius
- shadow-opacity
- elevation
- aspect-ratio
- writing-direction
- tint-color
- ^border-(bottom|top)?-?(end|start)