Files
react-navigation/packages/core/tslint.json
Brent Vatne 9a54742407 Merge pull request #21 from react-navigation/typescript
Add back TypeScript support
2018-11-27 02:29:12 +07:00

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
}
}