From 7773be014904e29c5b6d4cbbb438ca4e716bb992 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Mon, 27 Jul 2020 17:06:34 -0700 Subject: [PATCH] eslintignore battle-sound.js --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 4dd465994..809dd5176 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,6 +9,7 @@ node_modules/ /js/battle-choices.js /js/battle-text-parser.js /js/battle-dex.js +/js/battle-sound.js /js/battle-dex-data.js /js/battle-animations-moves.js /js/battle-animations.js