mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
feat(tslint): remove two space requirements for comments
This commit is contained in:
parent
4c7f638f3c
commit
48a721e259
@ -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…
Reference in New Issue
Block a user