I want to enable comments without space in tslint if comment starts with 4 slashes.
Rule: https://palantir.github.io/tslint/rules/comment-format/
I've tried
"comment-format": [true, "check-space", { "ignore-pattern": "//" }],
but it didn't helped.