1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-26 16:01:29 +00:00

Added linter for styled-components 2

This commit is contained in:
Vladimir Volek 2018-08-14 13:55:25 +02:00
parent eed40c53ab
commit 3ad791a752

View File

@ -7,6 +7,7 @@
"stylelint-config-styled-components"
],
"rules": {
"indentation": 4
"indentation": 4,
"block-no-empty": null
}
}