X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.eslintrc.json;fp=.eslintrc.json;h=1dc01d2438c77662ef4d54c0b839a9d0752c1e9d;hb=ca35f167826c0732571da5f35e3c25881d138b79;hp=7602b332d7b5a2ab2fe18bdd9faf9ed992475a66;hpb=29837f0eeb9fcb4c53426e5bd89e9bdf7e9d961b;p=squeep-api-dingus 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 +}