X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.eslintrc.json;h=f6d99e44497c36b1e0cbce31b7bbeac2ab17ebe9;hb=12b4c577cdce6542f0f652d6cff1aab735d4fcb5;hp=68048deb1024c16e29110eae9c89739e68f65ccc;hpb=3436c07c25324507228f3d538d345ea35751c623;p=squeep-web-linking diff --git a/.eslintrc.json b/.eslintrc.json index 68048de..f6d99e4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -55,8 +55,16 @@ "error", "last" ], + "indent": [ + "warn", + 2, + { + "SwitchCase": 1 + } + ], "sonarjs/cognitive-complexity": "warn", "sonarjs/no-duplicate-string": "warn", + "sonarjs/no-identical-functions": "warn", "keyword-spacing": "error", "linebreak-style": [ "error",