7 lines
121 B
JSON
7 lines
121 B
JSON
{
|
|
"extends": "tslint:recommended",
|
|
"rules": {
|
|
"quotemark": [true, "single"],
|
|
"trailing-comma": [false]
|
|
}
|
|
}
|