From b1262b44f9f010852e1a7be0f14c1716028b1ae7 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:00:45 +0100 Subject: eslint --- play.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index e702d49..13b2743 100644 --- a/play.js +++ b/play.js @@ -1,6 +1,6 @@ "use strict" -/* global CARDS, US_STATES, action_button, scroll_into_view, send_action, view */ +/* global CARDS, US_STATES, action_button, player, scroll_into_view, send_action, view */ const SUF = 0 const OPP = 1 @@ -601,9 +601,6 @@ function on_log(text) { // eslint-disable-line no-unused-vars return p } -const pluralize = (count, noun, suffix = 's') => - `${count} ${noun}${count !== 1 ? suffix : ''}`; - function support_info() { return `${view.support_buttons}\u{2b50} ${view.support_hand}\u{1f0cf}` } -- cgit v1.2.3