mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-28 03:08:30 +00:00
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
|
{
|
||
|
"processors": [
|
||
|
"stylelint-processor-styled-components"
|
||
|
],
|
||
|
"extends": [
|
||
|
"stylelint-config-standard",
|
||
|
"stylelint-config-styled-components"
|
||
|
],
|
||
|
"syntax": "scss"
|
||
|
}
|