mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 09:13:32 +08:00
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"extends": "tslint:recommended",
|
|
"rules": {
|
|
"arrow-parens": [true, "ban-single-arg-parens"],
|
|
"arrow-return-shorthand": [true, "multiline"],
|
|
"trailing-comma": false,
|
|
"quotemark": {
|
|
"options": [
|
|
"single",
|
|
"avoid-escape"
|
|
]
|
|
},
|
|
"object-literal-sort-keys": false
|
|
}
|
|
}
|