X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.eslintrc.json;h=228599b4e5d0dd4b0b27a6a32b44c1d03dd3ecf6;hb=cc2712fc6ba7d2788d4d4c91ac6b2d3fc662c0fa;hp=7602b332d7b5a2ab2fe18bdd9faf9ed992475a66;hpb=29837f0eeb9fcb4c53426e5bd89e9bdf7e9d961b;p=squeep-api-dingus diff --git a/.eslintrc.json b/.eslintrc.json index 7602b33..228599b 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": [ @@ -76,7 +83,11 @@ "error", "single" ], + "semi": [ + "error", + "always" + ], "strict": "error", "vars-on-top": "error" } -} \ No newline at end of file +}