react icon indicating copy to clipboard operation
react copied to clipboard

chore: add cache for eslint

Open c0dedance opened this issue 2 years ago • 1 comments

Store the info about processed files in order to only operate on the changed ones. The cache is stored in .eslintcache by default. Enabling this option can dramatically improve ESLint’s running time by ensuring that only changed files are linted.

c0dedance avatar Oct 05 '22 17:10 c0dedance

Comparing: 792343dd863185228d5308b94a03fb79aed12449...2e5a0ed613423568c1dfa67802b0b0cff9b9dda7

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.min.js = 135.46 kB 135.46 kB = 43.44 kB 43.44 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 148.00 kB 148.00 kB = 47.33 kB 47.33 kB
facebook-www/ReactDOM-prod.classic.js = 491.72 kB 491.72 kB = 87.50 kB 87.50 kB
facebook-www/ReactDOM-prod.modern.js = 477.00 kB 477.00 kB = 85.27 kB 85.27 kB
facebook-www/ReactDOMForked-prod.classic.js = 491.72 kB 491.72 kB = 87.50 kB 87.50 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by :no_entry_sign: dangerJS against 2e5a0ed613423568c1dfa67802b0b0cff9b9dda7

sizebot avatar Oct 05 '22 17:10 sizebot