mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-05 17:30:46 +08:00
> You can [learn more about this here](https://blog.invertase.io/react-native-firebase-2019-7e334ca9bcc6).
10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"extends": ["tslint-config-airbnb", "tslint-config-prettier"],
|
|
"rulesDirectory": ["tslint-plugin-prettier"],
|
|
"rules": {
|
|
"prettier": true,
|
|
"import-name": false,
|
|
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
|
|
}
|
|
}
|