mhartington / nvim-typescript

Typescript tooling for Neovim
615 stars 76 forks source link

feat() make suggestions (rather than errors) optional #254

Closed rsslldnphy closed 5 years ago

rsslldnphy commented 5 years ago

To avoid the confusion described in #253 and reduce noise for users who have intentionally disabled certain typescript rules.

mhartington commented 5 years ago

Thanks!

rsslldnphy commented 5 years ago

Thank you!