3

styledictionary/4/formatting-options

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

What Changed

This codemod updates file formats to accept options that influence output creation, with the options now nested under the options property. In v3, these options were previously placed directly at the file properties level alongside the destination and format props.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.