We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint
1 parent b77dfa4 commit 51f8e4aCopy full SHA for 51f8e4a
tests/eslint/eslint.config.js
@@ -1302,8 +1302,6 @@ const forbidCompletelyNonExistentBuiltIns = {
1302
'keyBy',
1303
] }],
1304
'es/no-nonstandard-map-prototype-properties': [ERROR, { allow: [
1305
- 'getOrInsert',
1306
- 'getOrInsertComputed',
1307
// TODO: drop from `core-js@4`
1308
'deleteAll',
1309
'emplace',
@@ -1421,8 +1419,6 @@ const forbidCompletelyNonExistentBuiltIns = {
1421
1419
'of',
1422
1420
1423
'es/no-nonstandard-weakmap-prototype-properties': [ERROR, { allow: [
1424
1425
1426
1427
1428
0 commit comments