mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"extends": "tslint:recommended",
|
|
"rules": {
|
|
"variable-name": [
|
|
true,
|
|
"ban-keywords",
|
|
"check-format",
|
|
"allow-pascal-case",
|
|
"allow-leading-underscore"
|
|
],
|
|
"max-line-length": [
|
|
true,
|
|
150
|
|
],
|
|
"no-empty": false,
|
|
"object-literal-sort-keys": false
|
|
}
|
|
} |