Use case
Framework
Owner
Meteor/V3/Update React
This codemod helps in transforming react to meteor
Npm Esm First In Exports
Sort package.json export order to prefer ESM over CJS
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
@E18e/Array.Prototype.Tosorted
Introduction
React Router/4/Replace Location Query
This codemod replaces instances of
location.query
withparse(location.search)
, whereparse
is a function imported fromquery-string
.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Biome/Migrate Rules
This codemod replaces configuration files for ESLint with corresponding biome.json for all the found rules. It also replaces Prettier configuration.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Ember/5/Cp Property Map
.property()
is a modifier that adds additional property dependencies to an existing computed property. Forfilter
,map
, andsort
computed property macros, this codemod ensures they receive an array of additional dependent keys as a second parameter.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community