Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
[chore] automatic prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 26, 2024
1 parent 415017a commit 15e3f02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ solved:
# Close the discussion
close: true
# Set a close reason
close-reason: 'resolved'
close-reason: "resolved"
# Lock the discussion
lock: true
lock: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ignore": "^5.3.1",
"lint-staged": "^15.2.7",
"mdast": "^3.0.0",
"prettier": "^3.2.4",
"prettier": "3.3.3",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-parse": "^11.0.0",
Expand Down
12 changes: 6 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"paths": {
"contentlayer/generated": ["./.contentlayer/generated"],
"@/*": ["./src/*"],
"@@/*": ["./*"],
"@@/*": ["./*"]
},
"plugins": [
{
"name": "next",
},
],
"name": "next"
}
]
},
"include": [
".contentlayer/generated",
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/types/**/*.ts"
],
"exclude": ["node_modules", "code"],
"exclude": ["node_modules", "code"]
}

0 comments on commit 15e3f02

Please sign in to comment.