X-Git-Url: http://git.squeep.com/?p=squeep-api-dingus;a=blobdiff_plain;f=.eslintrc.json;h=1dc01d2438c77662ef4d54c0b839a9d0752c1e9d;hp=7602b332d7b5a2ab2fe18bdd9faf9ed992475a66;hb=110a5fe8f19b564e76162de567a6bffe2a6285d1;hpb=c980310d2de988d5f4e3c932eb77ebe83daa27b9 diff --git a/.eslintrc.json b/.eslintrc.json index 7602b33..1dc01d2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -56,6 +56,13 @@ "error", "last" ], + "indent": [ + "warn", + 2, + { + "SwitchCase": 1 + } + ], "sonarjs/cognitive-complexity": "warn", "keyword-spacing": "error", "linebreak-style": [ @@ -79,4 +86,4 @@ "strict": "error", "vars-on-top": "error" } -} \ No newline at end of file +}