1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 01:08:27 +00:00
trezor-wallet/.stylelintrc

12 lines
233 B
Plaintext
Raw Normal View History

2018-08-10 13:33:23 +00:00
{
"processors": [
"stylelint-processor-styled-components"
],
"extends": [
2018-08-14 11:43:45 +00:00
"stylelint-config-recommended",
2018-08-10 13:33:23 +00:00
"stylelint-config-styled-components"
],
2018-08-14 11:43:45 +00:00
"rules": {
"indentation": 4
}
2018-08-10 13:33:23 +00:00
}