mobilizon/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 16:10:39 +00:00
"import-name": false,
2019-04-26 13:22:16 +00:00
"ter-arrow-parens": false,
"no-boolean-literal-compare": false,
"object-shorthand-properties-first": false
}
}