From abf87b75f8a57e6de0ef7349f6577a0e1c39ce1b Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Sep 2023 12:14:22 +0200 Subject: no more eslint errors --- webAO/utils/calculateGifLength.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webAO/utils/calculateGifLength.js') diff --git a/webAO/utils/calculateGifLength.js b/webAO/utils/calculateGifLength.js index ca0e1e1..3ed6aa4 100644 --- a/webAO/utils/calculateGifLength.js +++ b/webAO/utils/calculateGifLength.js @@ -1,3 +1,5 @@ +/* eslint no-bitwise: "off" */ + /** * Adds up the frame delays to find out how long a GIF is * I totally didn't steal this -- cgit