diff --git a/eslintrc.json b/eslintrc.json index 75028620..5d7dd977 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -151,7 +151,7 @@ "space-infix-ops": "error", "space-unary-ops": ["error", { "words": true, "nonwords": false }], "spaced-comment": ["error", "always", { - "line": { "markers": ["*package", "!", ","] }, + "line": { "markers": ["*package", "!", "/", ","] }, "block": { "balanced": true, "markers": ["*package", "!", ","], "exceptions": ["*"] } }], "template-curly-spacing": ["error", "never"],