makearmy-app/node_modules/fast-equals/.prettierrc

9 lines
138 B
Text
Raw Normal View History

2025-09-22 10:37:53 -04:00
{
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}