mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-06 22:38:47 +08:00
10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"extends": ["tslint-config-airbnb", "tslint-config-prettier"],
|
|
"rulesDirectory": ["tslint-plugin-prettier"],
|
|
"rules": {
|
|
"prettier": true,
|
|
"import-name": false,
|
|
"variable-name": [false, "ban-keywords", "check-format", "allow-leading-underscore"]
|
|
}
|
|
}
|