chore: add shared prettier config
This commit is contained in:
parent
c81b555d40
commit
72287677d4
20 changed files with 72 additions and 80 deletions
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"tabWidth": 4,
|
||||
"semi": false,
|
||||
"plugins": ["prettier-plugin-tailwindcss"]
|
||||
}
|
4
apps/blog/.prettierrc.cjs
Normal file
4
apps/blog/.prettierrc.cjs
Normal file
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
...require("@developomp-site/prettier-config"),
|
||||
plugins: ["prettier-plugin-tailwindcss"],
|
||||
}
|
|
@ -28,6 +28,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@developomp-site/eslint-config": "workspace:*",
|
||||
"@developomp-site/prettier-config": "workspace:*",
|
||||
"@developomp-site/tailwind-config": "workspace:*",
|
||||
"@types/highlight.js": "^10.1.0",
|
||||
"@types/katex": "^0.16.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue