File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "root": true,
3+ "env": {
4+ "browser": true,
5+ "es2021": true,
6+ "node": true
7+ },
38 "parser": "@typescript-eslint/parser",
49 "plugins": ["@typescript-eslint"],
510 "extends": [
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ npm install @contentstack/app-sdk
1313Alternatively, you can use the following command within the script tag to install the App SDK:
1414
1515``` html
16- <script src =" https://unpkg.com/@contentstack/app-sdk@^1.2 /dist/index.js" ></script >
16+ <script src =" https://unpkg.com/@contentstack/app-sdk@^1.3.0 /dist/index.js" ></script >
1717```
1818
1919### Initializing the App SDK
Original file line number Diff line number Diff line change 1+ // eslint-disable-next-line @typescript-eslint/no-var-requires
12const path = require ( "path" ) ;
23
34module . exports = {
You can’t perform that action at this time.
0 commit comments