vue3-core/packages/compiler-vapor/.prettierrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
69 B
Plaintext
Raw Normal View History

2023-11-23 23:42:08 +08:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}