eslint-plugin-spellcheck
eslint-plugin-spellcheck copied to clipboard
Is there any chance for auto fixing supports?
Here is my thoughts:
- set a dictionary for correct spelling
- try to find a best match when fixing
- 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.