Skip to content

Commit

Permalink
rm unused lint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Fernández Serrata committed Mar 7, 2024
1 parent 5910cae commit 1fdccfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const RGBDR_anim = (() => {
/**
@param {number} n
*/
//eslint-disable-next-line no-restricted-syntax
const range = function*(n) {
for (let i = 0; i < n; i++)
yield i
Expand Down

0 comments on commit 1fdccfc

Please sign in to comment.