diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 730490a..303c8ac 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -13,6 +13,10 @@ module.exports = { "plugins": ["@typescript-eslint"], "root": true, "rules": { + "lines-around-comment": [ + "error", + {"allowBlockStart": true} + ], "object-curly-spacing": "error", "one-var": [ "error", @@ -23,7 +27,6 @@ module.exports = { "never" ], - "lines-around-comment": "warn", "max-depth": "warn", "max-len": "warn", "max-lines-per-function": "warn",