Skip to content

Commit 90d919b

Browse files
committed
eslint --fix
1 parent 180734b commit 90d919b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/gameUtils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ const playGame = (gameDescription, generateQuestion, roundsCount = 3) => {
2424
};
2525

2626
export default playGame;
27-
28-

src/games/brain-even.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const generateQuestion = () => {
1414
// Задаем сообшения
1515
const gameDescription = 'Answer "yes" if the number is even, otherwise answer "no".';
1616

17-
1817
// Запускаем игру
1918
const playGameEven = () => {
2019
playGame(gameDescription, generateQuestion);

0 commit comments

Comments
 (0)