From ed496931a4bb25bea96f5cc810155a8d83cb9ea2 Mon Sep 17 00:00:00 2001 From: ayaan-qadri Date: Sun, 13 Oct 2024 17:02:30 +0530 Subject: [PATCH] Enabled mocha in ESLint config --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 4787cf3..469f59f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,6 +2,7 @@ module.exports = { env: { es6: true, node: true, + mocha: true, }, extends: "eslint:recommended", parserOptions: {