diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-24 16:00:45 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-24 16:00:45 +0100 |
commit | b1262b44f9f010852e1a7be0f14c1716028b1ae7 (patch) | |
tree | 7dda5f9b5e53e0231ae5f9e613a7abc0d218ff61 | |
parent | 4eb3c91f4c644129f6fe9f81ecd5b2c5b8838880 (diff) | |
download | votes-for-women-b1262b44f9f010852e1a7be0f14c1716028b1ae7.tar.gz |
eslint
-rw-r--r-- | play.js | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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}` } |