milsko-node/.prettierrc

7 lines
116 B
Text
Raw Normal View History

2026-04-28 13:11:03 -07:00
{
"trailingComma": "none",
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"useTabs": false
}