Skip to content

Commit

Permalink
🔧 fix devcontainer config path
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Jan 24, 2024
1 parent 47f8dc1 commit 27e2c9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"semi": true,
"overrides": [
{
"files": ["devcontainer.json", "**/tsconfig.json", "**/tsconfig.*.json"],
"files": [
"**/devcontainer.json",
"**/tsconfig.json",
"**/tsconfig.*.json"
],
"options": {
"parser": "json"
}
Expand Down

0 comments on commit 27e2c9b

Please sign in to comment.