SafetyScreen-ui/node_modules/is-what/.prettierrc

10 lines
163 B
Plaintext
Raw Normal View History

2025-03-29 19:33:58 +08:00
{
"printWidth": 100,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "es5",
"semi": false,
"bracketSpacing": true,
"quoteProps": "consistent"
}