1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-05 23:59:23 +00:00
trezor-wallet/.stylelintrc
2018-08-10 15:33:23 +02:00

10 lines
205 B
Plaintext

{
"processors": [
"stylelint-processor-styled-components"
],
"extends": [
"stylelint-config-standard",
"stylelint-config-styled-components"
],
"syntax": "scss"
}