eslint-plugin-css-modules
eslint-plugin-css-modules copied to clipboard
Provide a fix for mistyped class names
It would be nice if this plugin provided a quick fix to correct mistyped class names. It could use something like https://glench.github.io/fuzzyset.js/ to find similar class names.
I could take a stab at this!