forked from potsda.mn/mobilizon
8 lines
121 B
JSON
8 lines
121 B
JSON
|
{
|
||
|
"extends": "tslint-config-airbnb",
|
||
|
"rules": {
|
||
|
"max-line-length": [ true, 140 ],
|
||
|
"import-name": false
|
||
|
}
|
||
|
}
|