1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-04 20:30:58 +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" "stylelint-config-styled-components"
], ],
"rules": { "rules": {
"indentation": 4 "indentation": 4,
"block-no-empty": null
} }
} }