mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-05 07:38:57 +00:00
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
{
|
|
"processors": [
|
|
"stylelint-processor-styled-components"
|
|
],
|
|
"extends": [
|
|
"stylelint-config-recommended",
|
|
"stylelint-config-styled-components"
|
|
],
|
|
"rules": {
|
|
"indentation": 4,
|
|
"block-no-empty": null
|
|
}
|
|
} |