This project contains a collection of codemods for transforming code to make use of newer web features and syntax.
For example, converting from array[array.length - 1] to array.at(-1).
You can install the codemods using npm or yarn:
npm install @e18e/web-features-codemods --save-devTBD
MIT