Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimizing ESLint's Cache for Enhanced Performance #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

barotrahulh123
Copy link

@barotrahulh123 barotrahulh123 commented Aug 30, 2023

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants