From 676b381df396004825c190656394d11f96b36492 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sun, 23 Jul 2023 09:18:24 +0200 Subject: [PATCH] eslint --- .eslintrc.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index e5f063f969..1dc764a010 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,7 +47,8 @@ "eslint-disable-next-line no-empty": "off", "no-empty": "off", "jsx-a11y/anchor-is-valid": "off", - "@typescript-eslint/no-inferrable-types": "off" + "@typescript-eslint/no-inferrable-types": "off", + "indent": ["error", 2] } }, { @@ -58,7 +59,9 @@ "extends": [ "plugin:@nrwl/nx/javascript" ], - "rules": {} + "rules": { + "indent": ["error", 2] + } } ], "globals": {