Skip to content

Update ESLint configuration to support additional global variables an… #13

Update ESLint configuration to support additional global variables an…

Update ESLint configuration to support additional global variables an… #13

Triggered via push November 2, 2025 15:26
Status Failure
Total duration 26s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
test: js/board.js#L233
'clearSelectedSquare' is already defined as a built-in global variable
test: js/board.js#L226
'setSelectedSquare' is already defined as a built-in global variable
test: js/board.js#L153
'updateBoardVisuals' is already defined as a built-in global variable
test: js/board.js#L144
'getSquareElement' is already defined as a built-in global variable
test: js/board.js#L39
'renderPieces' is already defined as a built-in global variable
test: js/board.js#L13
'createBoard' is already defined as a built-in global variable
test: js/board.js#L7
'possibleMoves' is already defined as a built-in global variable
test: js/board.js#L6
'selectedSquare' is already defined as a built-in global variable
test: js/board.js#L5
'boardElement' is already defined as a built-in global variable
test: js/ai.js#L48
'ChessAI' is already defined as a built-in global variable
test: js/board.js#L226
'setSelectedSquare' is defined but never used
test: js/board.js#L210
'delegateBoardClick' is defined but never used
test: js/board.js#L153
'updateBoardVisuals' is defined but never used
test: js/board.js#L39
'renderPieces' is defined but never used
test: js/board.js#L13
'createBoard' is defined but never used
test: js/ai.js#L151
'isMaximizingPlayer' is defined but never used. Allowed unused args must match /^_/u
test: js/ai.js#L151
'beta' is defined but never used. Allowed unused args must match /^_/u
test: js/ai.js#L151
'alpha' is defined but never used. Allowed unused args must match /^_/u
test: js/ai.js#L132
'currentTurn' is defined but never used. Allowed unused args must match /^_/u
test: js/ai.js#L132
'boardState' is defined but never used. Allowed unused args must match /^_/u