MyRepo-Ums/node_modules/is-what/.prettierrc
2024-01-19 11:09:11 +01:00

10 lines
163 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"bracketSpacing": true,
"quoteProps": "consistent"
}