Skip to content

Commit

Permalink
Update prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
e-adrien committed Feb 1, 2024
1 parent 79059f8 commit 32e47dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
trailingComma: "es5",
overrides: [
{
files: [".eslintrc.cjs", ".prettierrc.cjs", "*.json", "*.md"],
files: [".eslintrc.*", ".prettierrc.*", "*.json", "*.md"],
options: {
printWidth: 80,
},
Expand Down

0 comments on commit 32e47dc

Please sign in to comment.