bmatcuk / coc-stylelintplus

stylelint extension for coc.nvim supporting additional features
MIT License
48 stars 7 forks source link

Add js, jsx, ts, tsx for support of styled-components #6

Closed fffed closed 3 years ago

fffed commented 3 years ago

I only enrich "activationEvents" and "documentSelector" and it works for me: I've got an error highlighting within a jsx file.

bmatcuk commented 3 years ago

Ya, I think this'll do the trick! Thanks for the contribution!