mobilizon.chapril.org-mobil.../js/tslint.json

11 lines
241 B
JSON
Raw Normal View History

{
"extends": "tslint-config-airbnb",
"rules": {
"max-line-length": [ true, 140 ],
2018-12-21 17:10:39 +01:00
"import-name": false,
2019-04-26 15:22:16 +02:00
"ter-arrow-parens": false,
"no-boolean-literal-compare": false,
"object-shorthand-properties-first": false
}
}