X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=.eslintrc.json;h=e6c6f891e3faa434368a990eaeaffb9f0aea42f4;hp=1a60b640385f4ee7004225e51f0ec169bec0f6b9;hb=8845c9b8d6031256cfaea749845026d5f6166ea6;hpb=9696c012e6b9a6c58904baa397ca0ebf78112316 diff --git a/.eslintrc.json b/.eslintrc.json index 1a60b64..e6c6f89 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",