Skip to content

Commit 46e636c

Browse files
feat(ConnectionsManager): introduce ConnectionsManager as a way to inject DataService into Compass app COMPASS-7650 (#5558)
1 parent 9730324 commit 46e636c

File tree

80 files changed

+1677
-772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1677
-772
lines changed

configs/eslint-config-compass/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = {
1717
'no-restricted-imports': 'off',
1818
'@typescript-eslint/no-restricted-imports': [
1919
'error',
20-
restrictedProviderImport('mongodb-data-service'),
2120
restrictedProviderImport('@mongodb-js/compass-logging'),
2221
restrictedProviderImport('@mongodb-js/compass-app-stores'),
2322
restrictedProviderImport('@mongodb-js/my-queries-storage'),

0 commit comments

Comments
 (0)