vite-plugin-package-version/.prettierrc

7 lines
85 B
Plaintext
Raw Normal View History

2021-02-13 20:24:24 +11:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}