neptune-web-wallet/.prettierrc.json

8 lines
162 B
JSON
Raw Normal View History

2025-10-21 01:14:13 +07:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 4,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5"
}