unis_crm/frontend1/node_modules/is-what/.prettierrc

10 lines
163 B
Plaintext
Raw Normal View History

2026-03-26 09:29:55 +00:00
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"bracketSpacing": true,
"quoteProps": "consistent"
}