Skip to content

Run eslint with caching

4censord requested to merge 4censord/Sharkey:4c/eslint-cache into develop

What does this PR do? (Please give us a brief description of what this PR does.)

Eslint takes forever by default. this pr adds the --cache option to every invocation of eslint, so you only have to sit through that forever once.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports