9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "tslint:recommended",
|
|
"rules": {
|
|
"quotemark": [true, "single"],
|
|
"trailing-comma": false,
|
|
"only-arrow-functions": false,
|
|
"interface-name": false
|
|
}
|
|
}
|