Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: delete flow types from the repo #8061

Merged
merged 5 commits into from Mar 14, 2019
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
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
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.