Skip to content

Commit

Permalink
Add Reflect to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Apr 10, 2020
1 parent a2aa270 commit f469cbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rollup/validate/eslintrc.cjs.js
Expand Up @@ -14,6 +14,7 @@ module.exports = {
WeakMap: true,
WeakSet: true,
Uint16Array: true,
Reflect: true,
// Vendor specific
MSApp: true,
__REACT_DEVTOOLS_GLOBAL_HOOK__: true,
Expand Down
1 change: 1 addition & 0 deletions scripts/rollup/validate/eslintrc.fb.js
Expand Up @@ -14,6 +14,7 @@ module.exports = {
WeakMap: true,
WeakSet: true,
Uint16Array: true,
Reflect: true,
// Vendor specific
MSApp: true,
__REACT_DEVTOOLS_GLOBAL_HOOK__: true,
Expand Down
1 change: 1 addition & 0 deletions scripts/rollup/validate/eslintrc.rn.js
Expand Up @@ -13,6 +13,7 @@ module.exports = {
Proxy: true,
WeakMap: true,
WeakSet: true,
Reflect: true,
// Vendor specific
MSApp: true,
__REACT_DEVTOOLS_GLOBAL_HOOK__: true,
Expand Down
1 change: 1 addition & 0 deletions scripts/rollup/validate/eslintrc.umd.js
Expand Up @@ -13,6 +13,7 @@ module.exports = {
WeakMap: true,
WeakSet: true,
Uint16Array: true,
Reflect: true,
// Vendor specific
MSApp: true,
__REACT_DEVTOOLS_GLOBAL_HOOK__: true,
Expand Down

0 comments on commit f469cbe

Please sign in to comment.