Skip to content

Commit b0a4513

Browse files
committed
🔖 v4.0.9
Auto build
1 parent 566269c commit b0a4513

9 files changed

+497
-523
lines changed

.bettercodehub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ exclude:
1313
- /__tests__/__snapshots__/.*
1414
- .*/webpack\.config\.js
1515
- .*/jest\.config\.js
16-
- .*/eslintrc\.js
16+
- .*/\.eslintrc\.js

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = {
6868
'RangeErrorConstructor',
6969
'Readonly',
7070
'ReadonlyArray',
71+
'Iterator',
7172
],
7273
},
7374
],

__tests__/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ module.exports = {
66
'compat/compat': 'off',
77
'prefer-rest-params': 'off',
88
'no-prototype-builtins': 'off',
9+
'jest/no-standalone-expect': 'warn',
910
},
1011
};

dist/get-own-non-enumerable-keys-x.js

Lines changed: 119 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/get-own-non-enumerable-keys-x.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)