Skip to content

Commit

Permalink
chore: use shared devtools prettier config instead of compass one (#666)
Browse files Browse the repository at this point in the history
* chore: replace prettier config

* chore: replace prettier config
  • Loading branch information
mcasimir authored Jan 17, 2024
1 parent d46eee1 commit b2e6cb2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .depcheckrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ignores:
- "@babel/core"
- "@babel/preset-typescript"
- "@mongodb-js/prettier-config-compass"
- "@mongodb-js/prettier-config-devtools"
- "@types/jest"
- "buffer"
- "eslint-config-mongodb-js"
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"@mongodb-js/prettier-config-compass"
"@mongodb-js/prettier-config-devtools"
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@
"@babel/preset-typescript": "^7.22.5",
"@mongodb-js/oidc-mock-provider": "^0.6.9",
"@mongodb-js/oidc-plugin": "^0.3.0",
"@mongodb-js/prettier-config-compass": "^1.0.0",
"@mongodb-js/prettier-config-devtools": "^1.0.1",
"@mongodb-js/sbom-tools": "^0.5.4",
"@mongosh/service-provider-core": "^2.0.2",
"@testing-library/react": "^12.1.5",
Expand Down

0 comments on commit b2e6cb2

Please sign in to comment.