Skip to content

Commit

Permalink
🔧 update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 26, 2024
1 parent 6d6bab7 commit 5979817
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,17 @@
"arrowParens": "always",
"singleQuote": false,
"trailingComma": "es5",
"semi": true
"semi": true,
"overrides": [
{
"files": [
"**/devcontainer.json",
"**/tsconfig.json",
"**/tsconfig.*.json"
],
"options": {
"parser": "json"
}
}
]
}

0 comments on commit 5979817

Please sign in to comment.