mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +00:00
8 lines
152 B
JSON
8 lines
152 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"max-line-length": [ true, 140 ],
|
|
"import-name": false,
|
|
"ter-arrow-parens": false
|
|
}
|
|
}
|