crazyfactory/tslint-rules

Lint for lowercase hex

Closed this issue · 2 comments

#ffb300 // pass
#FFB300 // fail
#FFb300 // fail
#ffB300 // fail

no, let's do configurable instead, we can read from tslint.json, by default we can fallback to lowercase.

Closed by #9