mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-27 21:08:02 +08:00
13 lines
297 B
JSON
13 lines
297 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
|
|
}
|
|
}
|