Skip to content

Commit 2bf12ca

Browse files
authored
Merge pull request #81 from Shopify/add-shopify-global-to-eslint
add shopify global to eslint for ui extensions
2 parents cd17e11 + 4306e2a commit 2bf12ca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,7 @@ module.exports = {
9090
},
9191
},
9292
],
93+
globals: {
94+
shopify: "readonly"
95+
},
9396
};

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @shopify/shopify-app-template-react-router
22

3+
## 2025.10.02
4+
5+
- [#81](https://github.com/Shopify/shopify-app-template-react-router/pull/81) Add shopify global to eslint for ui extensions
6+
37
## 2025.10.01
48

59
- [#79](https://github.com/Shopify/shopify-app-template-react-router/pull/78) Update API version to 2025-10.

0 commit comments

Comments
 (0)