Files
react-native-firebase/tslint.json
2019-02-01 10:37:48 +00:00

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