mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
{
|
|
"semi": false,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"plugins": [
|
|
"./node_modules/prettier-plugin-organize-imports/index.js",
|
|
"./node_modules/prettier-plugin-svelte/plugin.js",
|
|
"./node_modules/prettier-plugin-jsdoc/dist/index.js"
|
|
]
|
|
}
|