1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-05 07:38:57 +00:00
trezor-wallet/.stylelintrc
2018-08-14 13:55:25 +02:00

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
}
}