11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"max-line-length": [ true, 140 ],
|
|
"import-name": false,
|
|
"ter-arrow-parens": false,
|
|
"no-boolean-literal-compare": false,
|
|
"object-shorthand-properties-first": false
|
|
}
|
|
}
|