Skip to content

Commit

Permalink
chore: use prettier.config esm
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 20, 2023
1 parent ee6b971 commit 6f973cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions prettier.config.cjs → prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
'use strict'

module.exports = {
export default {
endOfLine: 'auto',
semi: false,
singleQuote: true,
Expand Down

0 comments on commit 6f973cb

Please sign in to comment.