feat(tslint): remove two space requirements for comments

This commit is contained in:
bergquist 2016-03-18 13:20:49 +01:00
parent 4c7f638f3c
commit 48a721e259

View File

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