Error when running lint check on CLI version 0.0.216

Environment

SDK Version: @shopify/shop-minis-react@0.4.7
CLI Version: @shopify/shop-minis-cli@0.0.216
Development OS: macOS 26.1

Issue

What’s broken: The app was able to submit (passed lint). After upgrading CLI version to 216, the step failed at lint check step.

Reproduction steps

  1. Upgrade to the latest CLI
npx shop-minis upgrade
  1. Build and check lint
npx shop-minis build
npm run lint

Already Tried

Hi @cesarho , can you remove the .minis-cache folder and try again? We’ll fix this in the next version to make sure that folder is ignored

@Tunca-Shopify It works. Thanks for the prompt reply.