eruda-benchmark / prettier.config.js
soiz1's picture
Upload folder using huggingface_hub
77a34f0 verified
raw
history blame contribute delete
72 Bytes
module.exports = {
singleQuote: true,
tabWidth: 2,
semi: false,
}