hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
6.66k stars 1.98k forks source link

Optimizing ESLint's Cache for Enhanced Performance #268

Open barotrahulh123 opened 10 months ago

barotrahulh123 commented 10 months ago

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

Benefits

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 commented 9 months ago

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