mizdra / eslint-interactive

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

Cannot save fixes when using legacy config (`eslintrc`) and typescript-eslint #364

Closed uhyo closed 4 weeks ago

uhyo commented 1 month ago

Hello, thank you for the great tool! 😀

I'm having trouble using the latest version (11.0.3) of eslint-interactive combined with legacy config (eslintrc) and typescript-eslint.

Problem Description

eslint-interactive recognizes lint errors, but does not write fixes (eslint-disable-next-line comments in my case) to the file system.

Read mode details in a reproduction repository:

https://github.com/uhyo/eslint-interactive-issue-364-repro

Additional Info

mizdra commented 1 month ago

Thank you for reporting! I could reproduce it. I will fix it.