You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: https://github.com/phetsims/chipper/issues/1356 do we need a different cache for different repos or repo combos? We get a speed boost when using repos.join as a filename keyargs.push('--cache','--cache-location','../chipper/eslint/cache/.eslintcache');
We used to do this, I don't recall why we stopped. An experiment showed that using one mini-cache per repo gave a speed boost, especially when lint-everything is running one repo per process.
The text was updated successfully, but these errors were encountered:
From a TODO in #1356:
We used to do this, I don't recall why we stopped. An experiment showed that using one mini-cache per repo gave a speed boost, especially when lint-everything is running one repo per process.
The text was updated successfully, but these errors were encountered: