Closed matei-oltean closed 5 years ago
Thanks for your interest in palantir/tslint-react, @matei-oltean! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.
Sorry, I don't think it makes sense to add new formatting rules to this repo, as per https://github.com/palantir/tslint/issues/4534.
FWIW, in the future, new rule implementations like this need to include test cases.
Adds a new rule to check for whitespaces before '>' (e.g.
<div >
)