Closed krzysztofzuraw closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
saleor-app-avatax | 🛑 Canceled (Inspect) | 💬 Add feedback | Sep 24, 2024 1:35pm | |
saleor-app-cms | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 1:35pm |
saleor-app-data-importer | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 1:35pm |
saleor-app-klaviyo | 🛑 Canceled (Inspect) | Sep 24, 2024 1:35pm | ||
saleor-app-products-feed | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 1:35pm |
saleor-app-search | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 1:35pm |
saleor-app-smtp | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 1:35pm |
Latest commit: 32a4b1d1031d4acda7220d762162834eb2e263e5
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Scope of the PR
As we are using https://github.com/saleor/eslint-plugin-saleor-app in monorepo we need to have
tsconfigRootDir: __dirname,
inside Eslint config so lint staged will know which tsconfig to use. Unfortunately this setting can't be added to JSON based config - it has to be JS based config - hence the change.Related issues
Checklist