Skip to content

Commit

Permalink
Update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed May 1, 2023
1 parent ff49150 commit 37c7644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package.json
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"trailingComma": "es5",
"overrides": [
{
"files": ["**/.*rc"],
"files": ["**/.*rc", "**/*.json"],
"options": { "parser": "json" }
}
]
Expand Down

0 comments on commit 37c7644

Please sign in to comment.