Skip to content

Commit 5f1ceb5

Browse files
committed
chore: switch prettier config to prettier.config.mjs for plugin resolution fix
1 parent 698bc5c commit 5f1ceb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meteor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"typescript": "~5.7.3",
102102
"yargs": "^17.7.2"
103103
},
104-
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
104+
"prettier": "@sofie-automation/code-standard-preset/prettier.config.mjs",
105105
"lint-staged": {
106106
"*.{css,json,md,scss}": [
107107
"yarn prettier"

packages/.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"@sofie-automation/code-standard-preset/.prettierrc.json"
1+
"@sofie-automation/code-standard-preset/prettier.config.mjs"

0 commit comments

Comments
 (0)