Skip to content

Commit 4bb10fe

Browse files
committed
Fix lint
1 parent 75a8fd0 commit 4bb10fe

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scripts/rollup/validate/eslintrc.cjs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
Proxy: true,
1313
Symbol: true,
1414
WeakMap: true,
15+
Uint16Array: true,
1516
// Vendor specific
1617
MSApp: true,
1718
__REACT_DEVTOOLS_GLOBAL_HOOK__: true,

scripts/rollup/validate/eslintrc.fb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
Symbol: true,
1313
Proxy: true,
1414
WeakMap: true,
15+
Uint16Array: true,
1516
// Vendor specific
1617
MSApp: true,
1718
__REACT_DEVTOOLS_GLOBAL_HOOK__: true,

scripts/rollup/validate/eslintrc.umd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
Symbol: true,
1212
Proxy: true,
1313
WeakMap: true,
14+
Uint16Array: true,
1415
// Vendor specific
1516
MSApp: true,
1617
__REACT_DEVTOOLS_GLOBAL_HOOK__: true,

0 commit comments

Comments
 (0)