Skip to content

Commit

Permalink
Change prettier config file extensions to .mjs
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Loher <[email protected]>
  • Loading branch information
ghost91- committed Aug 27, 2024
1 parent 19b5818 commit 527c271
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@eop/prettier-config",
"type": "module",
"version": "0.24.0",
"main": "prettier.config.js",
"main": "prettier.config.mjs",
"scripts": {
"checkformat": "prettier . --check",
"format": "prettier . --write"
Expand Down
File renamed without changes.

0 comments on commit 527c271

Please sign in to comment.