Replace "var" with "const" or "let" everywhere
This is the result of using jscodeshift [1] to apply the "no-vars" transform from js-codemod [2] on all code in scripts/ and to gulpfile.js [1] https://github.com/facebook/jscodeshift [2] https://github.com/cpojer/js-codemod
Showing
This diff is collapsed.
Please register or sign in to comment