DailyHotApi / .prettierrc.json
XCZM's picture
Upload 15 files
1490cc2 verified
raw
history blame contribute delete
No virus
163 Bytes
{
"$schema": "https://json.schemastore.org/prettierrc",
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"printWidth": 100
}