Files
react-native-chat-ui/example/tslint.json
Alex Demchenko 59c5e2ecbd Initial commit
2019-12-24 19:36:13 +01:00

17 lines
356 B
JSON

{
"extends": "gts/tslint.json",
"rules": {
"no-default-export": false,
"no-unused-expression": [true, "allow-fast-null-checks"],
"ordered-imports": true,
"variable-name": [
true,
"check-format",
"ban-keywords",
"allow-leading-underscore",
"allow-trailing-underscore",
"allow-pascal-case"
]
}
}