mizdra / eslint-interactive

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

Use default formatter instead of eslint-formatter-codeframe #373

Closed mizdra closed 4 weeks ago

mizdra commented 4 weeks ago

Currently, eslint-interactive uses eslint-formatter-codeframe to format error messages for readability. However, this increases the number of dependencies.

I think it is more important to reduce the number of dependencies than to improve readability. Therefore, I will remove eslint-formatter-codeframe from the dependencies.