Aviary Lint is a Figma plugin that scans your design file for missing tokens or detached components. It's perfect for fixing errors in your designs before developer-handoff. (Forked from Design Lint)
Below are the steps to get your plugin running:
- Clone this repo and run
yarn install
to install the necessary packages - Run
yarn run watch
to compile TypeScript to JavaScript on save