node-express-boilerplate icon indicating copy to clipboard operation
node-express-boilerplate copied to clipboard

Optimizing ESLint's Cache for Enhanced Performance

Open barotrahulh123 opened this issue 10 months ago • 1 comments

ESLint Cache Optimization

Hello maintainers 👋,

I've noticed that the ESLint configuration currently doesn't include the cache option, which can significantly improve linting performance by reusing cached results for files that haven't changed. I've taken the liberty to add this optimization to the configuration.

Changes Made

  • Added "-- cache" in lint run commnd of the package.json file
  • Added ".eslintcache" in .gitignore file

Benefits

  • Faster linting by reusing cached results for unchanged files.
  • Improved development experience for contributors.

I've tested these changes locally, and everything seems to be working fine. However, please review the changes to ensure they align with the project's guidelines and coding standards.

I'm looking forward to your feedback and approval. Thanks for maintaining this awesome project! 🚀

barotrahulh123 avatar Aug 30 '23 10:08 barotrahulh123

Hi @hagopj13 Have you get the chance of look into this

barotrahulh123 avatar Oct 07 '23 07:10 barotrahulh123