mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore(root): refactor prettierrc
This commit is contained in:
parent
f94314fe69
commit
0622c139a5
11
.prettierrc
Normal file
11
.prettierrc
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
11
package.json
11
package.json
@ -37,17 +37,6 @@
|
||||
"gobot:update": "gobot update pocketbase",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"prettier": {
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@changesets/cli": "^2.27.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user