nextload/.prettierrc.json

7 lines
90 B
JSON
Raw Permalink Normal View History

2024-03-10 06:46:54 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"semi": false
}