Skip to content

Commit

Permalink
Use esm for prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Sep 23, 2024
1 parent 9423b8b commit c70be8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prettier.config.js → prettier.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
/** @type {import("prettier").Config} */
export default {
arrowParens: 'always',
bracketSpacing: false,
singleQuote: true,
Expand Down

0 comments on commit c70be8f

Please sign in to comment.