From 8607bbcb078e13b541dd7f7581a3d78a26f44af6 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Tue, 3 Oct 2023 23:45:40 -0400 Subject: [PATCH] Update lint rules --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 0134e8c..b72f5f7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,8 @@ "env": { "browser": true, "node": true, - "es6": true + "es6": true, + "mocha": true }, "extends": [ "eslint:recommended", @@ -61,7 +62,6 @@ "args": "none" }], "@typescript-eslint/prefer-for-of": ["error"], - "@typescript-eslint/prefer-optional-chain": ["error"], "@typescript-eslint/prefer-ts-expect-error": ["error"] } }