mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +08:00
style: remove redundant eslint suppressions (#1667)
This commit is contained in:
@ -69,7 +69,6 @@ function testDepthFirst(
|
||||
replacementColor,
|
||||
testLocation
|
||||
) {
|
||||
// eslint-disable-line
|
||||
const rgbData = generateTestRgbData()
|
||||
depthFirstSearch(rgbData, fillLocation, targetColor, replacementColor)
|
||||
return rgbData[testLocation[0]][testLocation[1]]
|
||||
|
Reference in New Issue
Block a user