Skip to content

Commit 51f8e4a

Browse files
committed
drop some obsolete entries from eslint config
1 parent b77dfa4 commit 51f8e4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/eslint/eslint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,8 +1302,6 @@ const forbidCompletelyNonExistentBuiltIns = {
13021302
'keyBy',
13031303
] }],
13041304
'es/no-nonstandard-map-prototype-properties': [ERROR, { allow: [
1305-
'getOrInsert',
1306-
'getOrInsertComputed',
13071305
// TODO: drop from `core-js@4`
13081306
'deleteAll',
13091307
'emplace',
@@ -1421,8 +1419,6 @@ const forbidCompletelyNonExistentBuiltIns = {
14211419
'of',
14221420
] }],
14231421
'es/no-nonstandard-weakmap-prototype-properties': [ERROR, { allow: [
1424-
'getOrInsert',
1425-
'getOrInsertComputed',
14261422
// TODO: drop from `core-js@4`
14271423
'deleteAll',
14281424
'emplace',

0 commit comments

Comments
 (0)