mizdra / eslint-interactive

The CLI tool to fix huge number of ESLint errors
MIT License
363 stars 9 forks source link

Will this not work for custom Rules #361

Closed ViditaRustagi closed 4 weeks ago

ViditaRustagi commented 1 month ago

I have created a custom eslint rule, want to suppress the violations using this library, but it doesn't work. No error thrown but not able to suppress the errors as well

mizdra commented 1 month ago

Can you load the custom rules with ESLint? eslint-interactive can load custom rules just like ESLint. Could you first make sure that the custom rules can be loaded by ESLint?

mizdra commented 4 weeks ago

This issue is closed due to lack of information.