diff --git a/.eslintrc b/.eslintrc index 9af943a..f2852f8 100644 --- a/.eslintrc +++ b/.eslintrc @@ -45,6 +45,17 @@ "error", "always" ], - "no-trailing-spaces": "warn" + "no-trailing-spaces": "error", + "space-before-blocks": [ + "error", + "always" + ], + "no-multi-spaces": "error", + "no-multiple-empty-lines": [ + "error", + { + "max": 1 + } + ] } } \ No newline at end of file