Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: yarn --no-progress --frozen-lockfile
- save-cache: *save-cache
- run: echo server.max_workers=1 >> .flowconfig
- run: yarn lint --format junit -o reports/junit/js-lint-results.xml && yarn typecheck && yarn lint-es5-build --format junit -o reports/junit/js-es5-lint-results.xml && yarn lint:md:ci && yarn check-copyright-headers
- run: yarn lint --format junit -o reports/junit/js-lint-results.xml && yarn lint-es5-build --format junit -o reports/junit/js-es5-lint-results.xml && yarn lint:md:ci && yarn check-copyright-headers
- store_test_results:
path: reports/junit

Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
},
},
{
files: ['types/**/*', 'packages/jest-types/**/*'],
files: ['packages/jest-types/**/*'],
rules: {
'import/no-extraneous-dependencies': 0,
},
Expand Down
23 changes: 0 additions & 23 deletions .flowconfig

This file was deleted.

12 changes: 0 additions & 12 deletions flow-typed/co.js

This file was deleted.

32 changes: 0 additions & 32 deletions flow-typed/console.js

This file was deleted.

167 changes: 0 additions & 167 deletions flow-typed/graceful-fs.js

This file was deleted.

12 changes: 0 additions & 12 deletions flow-typed/is-generator-fn.js

This file was deleted.

87 changes: 0 additions & 87 deletions flow-typed/npm/glob_v7.1.x.js

This file was deleted.

Loading