Skip to content

Commit

Permalink
Prevent prettier adding trailing commas to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
EMH333 committed Jan 28, 2024
1 parent 8e610f3 commit c538013
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierrc
Expand Up @@ -7,6 +7,12 @@
"options": {
"tabWidth": 4
}
},
{
"files": ["tsconfig.json"],
"options": {
"trailingComma": "none"
}
}
]
}

0 comments on commit c538013

Please sign in to comment.