Skip to content

Commit

Permalink
fix: fixed prettier execution
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Apr 19, 2024
1 parent ef43473 commit e468c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Changes over the default config are marked with a double exclamation mark.

module.exports = {
export default {
// We generally allow wider code lines, but for auto formatting this
// is quite a good rule to produce readable code.
// In ESLint we allow for code being 110 character long, comments 140 characters.
Expand Down

0 comments on commit e468c71

Please sign in to comment.