From 5e104492b1dfc03ee65e306653a67cc83efdd5c4 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 2 Oct 2023 17:02:45 -0500 Subject: [PATCH] updated rules to my style --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 5ba0577..9bb2465 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,6 +20,7 @@ module.exports = { 'object-curly-spacing': 'off', 'no-multiple-empty-lines': 'off', 'lines-between-class-members': 'off', + 'no-restricted-syntax': 'off', }, parserOptions: { ecmaVersion: 2020,