From 657aa004a6c28bd4aca71ea2d609dc52bbd206d5 Mon Sep 17 00:00:00 2001 From: Ido-Barnea Date: Sat, 21 Oct 2023 12:43:25 +0300 Subject: [PATCH] [trivial] Updated linter and add vscode extension recommendation --- .eslintrc.json | 3 ++- .vscode/extensions.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2359cee8..e6ecb8c8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,6 +47,7 @@ "caughtErrorsIgnorePattern": "_" } ], - "no-unneeded-ternary": ["error"] + "no-unneeded-ternary": ["error"], + "max-len": ["warn"] } } \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 6a302fe5..c6859f42 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,6 +3,7 @@ "nrwl.angular-console", "esbenp.prettier-vscode", "dbaeumer.vscode-eslint", + "usernamehw.errorlens", "firsttris.vscode-jest-runner" ] }