You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason I originally wrote this plugin was I wanted to start using ESLint in a very large repo. There are too many linting errors been reported, some can be auto fixed, while some more rules don't support auto fixes. To avoid too much manual modification, I wrote an initial version, but there were some edge cases that I didn't consider, and not well tested.
Perhaps for similar reasons, some users are now using the plugin. we have got several bug reports (e.g. #55, #57). I think it's time to do something - more testing, and add a note in docs: do not use in production! :)
The text was updated successfully, but these errors were encountered:
The reason I originally wrote this plugin was I wanted to start using ESLint in a very large repo. There are too many linting errors been reported, some can be auto fixed, while some more rules don't support auto fixes. To avoid too much manual modification, I wrote an initial version, but there were some edge cases that I didn't consider, and not well tested.
Perhaps for similar reasons, some users are now using the plugin. we have got several bug reports (e.g. #55, #57). I think it's time to do something - more testing, and add a note in docs: do not use in production! :)
The text was updated successfully, but these errors were encountered: