mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
docs(ml-natural-language): JSON lint: quote property keys, no t… (#3263)
This commit is contained in:
@@ -45,12 +45,12 @@ Add any of the keys indicated below to your JSON file and set them to `true` to
|
||||
|
||||
```json5
|
||||
{
|
||||
'react-native': {
|
||||
"react-native": {
|
||||
// Language Identification
|
||||
ml_natural_language_language_id_model: false,
|
||||
"ml_natural_language_language_id_model": false,
|
||||
// Smart Replies
|
||||
ml_natural_language_smart_reply_model: false,
|
||||
},
|
||||
"ml_natural_language_smart_reply_model": false
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user