Skip to content

Commit 8bba8da

Browse files
committed
eslint config for codesandbox
1 parent 7ca48f5 commit 8bba8da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/cdn-es5/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@
44
"description": "ActiveWidgets/React from CDN",
55
"keywords": [],
66
"main": "src/index.js",
7+
"eslintConfig": {
8+
"globals": {
9+
"ActiveWidgets": true,
10+
"React": true,
11+
"ReactDOM": true
12+
}
13+
},
714
"private": true
815
}

0 commit comments

Comments
 (0)