NeahFront5/node_modules/fast-equals/.prettierrc
2025-04-10 11:30:00 +02:00

9 lines
138 B
Plaintext

{
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}