diff --git a/.eslintrc.json b/.eslintrc.json index cd15cf4..6926466 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,8 +27,7 @@ "error", "single" ], - "semi-spacing": [ - "error" - ] + "semi-spacing": "error", + "spaced-comment": "error" } }