lepu-test-platform-web/node_modules/is-what/.prettierrc

10 lines
163 B
Plaintext
Raw Permalink Normal View History

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