mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
21 lines
509 B
JSON
21 lines
509 B
JSON
{
|
|
"extends": ["tslint-config-airbnb", "tslint-config-prettier"],
|
|
"rules": {
|
|
"import-name": false,
|
|
"indent": [true, "spaces", 2],
|
|
"max-line-length": [true, 120],
|
|
"ter-arrow-parens": [false],
|
|
"strict-boolean-expressions": [false],
|
|
"variable-name": [false],
|
|
"semicolon": [true, "always", "ignore-bound-class-methods"],
|
|
"prefer-array-literal": [false],
|
|
"quotemark": [
|
|
true,
|
|
"single",
|
|
"jsx-double",
|
|
"avoid-escape",
|
|
"avoid-template"
|
|
]
|
|
}
|
|
}
|