Files
dbis-thirdweb/.prettierrc

9 lines
126 B
Plaintext
Raw Permalink Normal View History

2026-01-01 08:04:06 -08:00
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false
}