X-Git-Url: http://git.squeep.com/?p=squeep-web-linking;a=blobdiff_plain;f=.eslintrc.json;h=697136a49c67f6c413ac65b91151766e514d94d8;hp=68048deb1024c16e29110eae9c89739e68f65ccc;hb=a09659d26192d35e11461a7776f4f76c2e211576;hpb=3436c07c25324507228f3d538d345ea35751c623 diff --git a/.eslintrc.json b/.eslintrc.json index 68048de..697136a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -55,6 +55,13 @@ "error", "last" ], + "indent": [ + "warn", + 2, + { + "SwitchCase": 1 + } + ], "sonarjs/cognitive-complexity": "warn", "sonarjs/no-duplicate-string": "warn", "keyword-spacing": "error",