Skip to content

Commit b2e6cb2

Browse files
authored
chore: use shared devtools prettier config instead of compass one (#666)
* chore: replace prettier config * chore: replace prettier config
1 parent d46eee1 commit b2e6cb2

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.depcheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ignores:
22
- "@babel/core"
33
- "@babel/preset-typescript"
4-
- "@mongodb-js/prettier-config-compass"
4+
- "@mongodb-js/prettier-config-devtools"
55
- "@types/jest"
66
- "buffer"
77
- "eslint-config-mongodb-js"

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"@mongodb-js/prettier-config-compass"
1+
"@mongodb-js/prettier-config-devtools"

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@
10991099
"@babel/preset-typescript": "^7.22.5",
11001100
"@mongodb-js/oidc-mock-provider": "^0.6.9",
11011101
"@mongodb-js/oidc-plugin": "^0.3.0",
1102-
"@mongodb-js/prettier-config-compass": "^1.0.0",
1102+
"@mongodb-js/prettier-config-devtools": "^1.0.1",
11031103
"@mongodb-js/sbom-tools": "^0.5.4",
11041104
"@mongosh/service-provider-core": "^2.0.2",
11051105
"@testing-library/react": "^12.1.5",

0 commit comments

Comments
 (0)