mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-06-17 23:15:09 +08:00
17 lines
356 B
JSON
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"
|
|
]
|
|
}
|
|
}
|