feat(tslint): remove two space requirements for comments

pull/4410/merge
bergquist 9 years ago
parent 4c7f638f3c
commit 48a721e259
  1. 2
      tslint.json

@ -1,7 +1,7 @@
{
"rules": {
"class-name": true,
"comment-format": [true, "check-space"],
"comment-format": [false, "check-space"],
"curly": true,
"eofline": true,
"forin": false,

Loading…
Cancel
Save