aotaduy / eslint-plugin-spellcheck

MIT License
183 stars 17 forks source link

Is there any chance for auto fixing supports? #95

Open gulewei opened 10 months ago

gulewei commented 10 months ago

Here is my thoughts:

  1. set a dictionary for correct spelling
  2. try to find a best match when fixing
  3. provide alternative matches for user to decide if it's possible in eslint's workflow

I don't know if my idea could work or not, just hope there would be a chance for reducing some time in commonly sees typo fix.