We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd17e11 + 4306e2a commit 2bf12caCopy full SHA for 2bf12ca
.eslintrc.cjs
@@ -90,4 +90,7 @@ module.exports = {
90
},
91
92
],
93
+ globals: {
94
+ shopify: "readonly"
95
+ },
96
};
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# @shopify/shopify-app-template-react-router
2
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
7
## 2025.10.01
8
9
- [#79](https://github.com/Shopify/shopify-app-template-react-router/pull/78) Update API version to 2025-10.
0 commit comments