Skip to content

Commit

Permalink
test: added further filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Dec 6, 2022
1 parent 39c7e42 commit ac18bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"trailingComma": "none",
"overrides": [
{
"files": ["*.js", "*.jsx", "*.ts", "*.tsx"],
"files": ["*.js", "*.jsx", "*.cjs", "*.ts", "*.tsx"],
"options": {
"bracketSameLine": true
}
Expand Down

0 comments on commit ac18bbe

Please sign in to comment.