Files
react-navigation/packages/animated-switch/tslint.json
2019-08-23 16:53:48 -07:00

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