mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(tslint): remove two space requirements for comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"rules": {
|
||||
"class-name": true,
|
||||
"comment-format": [true, "check-space"],
|
||||
"comment-format": [false, "check-space"],
|
||||
"curly": true,
|
||||
"eofline": true,
|
||||
"forin": false,
|
||||
|
Reference in New Issue
Block a user