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": {