Skip to content

Commit

Permalink
prefer-negative-index: Remove ArrayBuffer#at (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 17, 2022
1 parent 94bfc6f commit a10e3f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/prefer-negative-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const methods = new Map([
supportObjects: new Set([
'Array',
'String',
'ArrayBuffer',
...typedArray,
]),
},
Expand Down

0 comments on commit a10e3f6

Please sign in to comment.