Skip to content

Commit

Permalink
fix: use esm for prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Jul 31, 2024
1 parent 9c20bf6 commit b75b648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.config.cjs → 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 b75b648

Please sign in to comment.