Skip to content

Commit

Permalink
Use mjs file extension for prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveKeehl committed Nov 10, 2024
1 parent 554c775 commit 8b9491a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc.cjs → .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @type {import('prettier').Options}
*/
module.exports = {
const config = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
Expand All @@ -19,3 +19,5 @@ module.exports = {
importOrderSortSpecifiers: true,
pluginSearchDirs: false
}

export default config

0 comments on commit 8b9491a

Please sign in to comment.