From 857c3b88b33bf038c61112d2e0ce58967a59334b Mon Sep 17 00:00:00 2001 From: 4nshuman Date: Sun, 6 Oct 2024 21:27:03 +0530 Subject: [PATCH] added fflate to lint check --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 45a9d082..64ffeb03 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -72,6 +72,7 @@ export default [ "iro": true, // iro.js color picker "$": true, // jQuery "jQuery": true, // jQuery + "fflate": true, // fflate "_": true, // lodash "QRCode": true, // qrcode "io": true, // socket.io