Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 107 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/machine-id/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
8 changes: 8 additions & 0 deletions packages/machine-id/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
root: true,
extends: ['@mongodb-js/eslint-config-devtools'],
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig-lint.json'],
},
};
25 changes: 25 additions & 0 deletions packages/machine-id/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.DS_Store
.lock-wscript
.idea/
.vscode/
*.iml
.nvmrc
.nyc_output
*.swp
lerna-debug.log
lib-cov
npm-debug.log
.idea/
coverage/
dist/
node_modules/
.lock-wscript
.cache/
expansions.yaml
tmp/expansions.yaml
.evergreen/mongodb
tmp/
.esm-wrapper.mjs
package-lock.json
build/
crash.log
1 change: 1 addition & 0 deletions packages/machine-id/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@mongodb-js/mocha-config-devtools');
2 changes: 2 additions & 0 deletions packages/machine-id/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
coverage
1 change: 1 addition & 0 deletions packages/machine-id/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@mongodb-js/prettier-config-devtools"
Loading
Loading