2017-08-28 10:43:28 +03:00
|
|
|
{
|
|
|
|
"extends": "tslint:recommended",
|
|
|
|
"rules": {
|
|
|
|
"variable-name": [
|
|
|
|
true,
|
|
|
|
"ban-keywords",
|
|
|
|
"check-format",
|
|
|
|
"allow-pascal-case",
|
|
|
|
"allow-leading-underscore"
|
|
|
|
],
|
|
|
|
"max-line-length": [
|
|
|
|
true,
|
|
|
|
200
|
|
|
|
],
|
|
|
|
"no-empty": false,
|
2018-12-20 11:28:54 +03:00
|
|
|
"object-literal-sort-keys": false,
|
|
|
|
"space-within-parens": true
|
2017-08-28 10:43:28 +03:00
|
|
|
}
|
|
|
|
}
|