NeahFront7/node_modules/fast-equals/.prettierrc
2025-04-10 18:14:28 +02:00

9 lines
138 B
Plaintext

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