saadq / lynt

✨ A zero config JavaScript linter with support for Typescript, Flow, and React.
MIT License
384 stars 6 forks source link

Editor plugins #3

Open saadq opened 6 years ago

saadq commented 6 years ago

Currently, there are no editor plugins :(

Need to look into how to create these for VSCode, Atom, Vim, etc

danielpza commented 6 years ago

Maybe there could be a better solution in the future, but it seems nice to have it in the mean time ... What do you think of exporting the tslint and eslint configuration, something like lynt --export-config ?

danielpza commented 6 years ago

@saadq what are your thoughts about this :point_up: ? We are really missing out this feature

danielpza commented 6 years ago

Made a PR for this #23

saadq commented 6 years ago

Edit: The --exportConfig feature is now available thanks to @danielpa9708's PR, I hope to give an attempt at making some editor plugins for Atom/VSCode soon!