We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ff15d commit 60f65faCopy full SHA for 60f65fa
.buildkite/pipeline.yml
@@ -84,7 +84,6 @@ steps:
84
- yarn install --immutable
85
- echo "+++ Run Browser integration tests :pray:"
86
- yarn turbo run --filter=@internal/browser-integration-tests test:int
87
- - yarn turbo run --filter=@internal/browser-integration-tests test:int
88
retry:
89
automatic:
90
- exit_status: '*'
.eslintrc.js
@@ -67,6 +67,7 @@ module.exports = {
67
'@typescript-eslint/no-restricted-imports': [
68
'error',
69
{
70
+ patterns: [],
71
paths: [
72
73
// Prevent accidental imports from 'lodash'
0 commit comments