Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 3 additions & 1 deletion .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,11 @@ tasks:
- func: install

- func: verify
# We are skipping windows here because the way cygwin is setup breaks
# our lint configuration and doesn't allow `npm run check` to pass
variants: [macos, ubuntu, rhel]

- func: test
variants: [macos, windows, ubuntu, rhel]
vars:
debug: 'hadron*,mongo*'

Expand Down
4 changes: 1 addition & 3 deletions packages/compass-components/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module.exports = {
extends: ['@mongodb-js/eslint-config-compass'],
parserOptions: {
tsconfigRootDir: __dirname,
// XXX: Workaround for https://github.com/nodejs/node/issues/34866 that
// supposedly "never getting fixed"
project: [require('path').resolve('tsconfig-lint.json')],
project: ['./tsconfig-lint.json'],
},
};
4 changes: 1 addition & 3 deletions packages/data-service/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module.exports = {
extends: ['@mongodb-js/eslint-config-compass'],
parserOptions: {
tsconfigRootDir: __dirname,
// XXX: Workaround for https://github.com/nodejs/node/issues/34866 that
// supposedly "never getting fixed"
project: [require('path').resolve('tsconfig-lint.json')],
project: ['./tsconfig-lint.json'],
},
};