Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
332 Bytes
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"options": {
"parser": "typescript"
}
},
{
"files": "*.css",
"options": {
"singleQuote": false,
"tabWidth": 2
}
}
]
}