From c4ea15d1b52441286d9efae93e5bf40f1ebdf8ea Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sun, 15 Mar 2020 19:43:28 -0700 Subject: [PATCH] Fix build error --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index ad595695b..72a5ba833 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,7 +15,7 @@ module.exports = { "_": false, "$": false, "Backbone": false, "d3": false, "html": false, "html4": false, "jQuery": false, "SockJS": false, "ColorThief": false, // Environment-specific - "fs": false, "gui": false, "ga": false, "macgap": false, "nwWindow": false, "webkitNotifications": false, + "fs": false, "gui": false, "ga": false, "macgap": false, "nwWindow": false, "webkitNotifications": false, "nw": false, // Battle stuff "Battle": true, "Pokemon": true, "BattleSound": true, "BattleTooltips": true, "BattleLog": true,