fa781fc840
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
12 lines
271 B
JSON
12 lines
271 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,
|
|
"space-in-parens": false
|
|
}
|
|
}
|