refactor(scout-451): added stylelint (#448)
parent
e76ad0488d
commit
6945f318a4
@ -0,0 +1,14 @@ |
|||||||
|
{ |
||||||
|
"processors": [ |
||||||
|
"stylelint-processor-styled-components" |
||||||
|
], |
||||||
|
"extends": [ |
||||||
|
"stylelint-config-recommended", |
||||||
|
"stylelint-config-styled-components" |
||||||
|
], |
||||||
|
"rules": { |
||||||
|
"block-no-empty": null, |
||||||
|
"selector-type-no-unknown": null, |
||||||
|
"no-descending-specificity": null, |
||||||
|
} |
||||||
|
} |
||||||
Loading…
Reference in new issue