Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
312 Bytes
{
"root": true,
"extends": "@callstack",
"rules": {
"react-native/no-raw-text": 0,
"promise/prefer-await-to-then": 0
},
"settings": {
"import/resolver": {
"alias": {
"map": [["@app", "./src"]],
"extensions": [".ts", ".tsx", ".js", ".jsx", ".json"]
}
}
}
}