Skip to content

Commit

Permalink
Fix linting comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 26, 2021
1 parent 3d9aba4 commit ddbb8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/footer/shared_2.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ const compareSystems = function (
return 1
}

// eslint-disable-next-line
// eslint-disable-next-line unicorn/no-for-loop, fp/no-let, fp/no-mutation
for (let index = 0; index < propEntriesA.length; index += 1) {
const result = comparePropEntries(propEntriesA[index], propEntriesB[index])

Expand Down

0 comments on commit ddbb8b4

Please sign in to comment.