Skip to content

Commit

Permalink
Monorepo scanner: cleanup
Browse files Browse the repository at this point in the history
Remove some unused relics.
  • Loading branch information
mrtnzlml authored and kodiakhq[bot] committed Sep 21, 2021
1 parent aa6b059 commit 872c129
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 30 deletions.
3 changes: 1 addition & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @generated SignedSource<<18fb1a118b3194558e8ebf1479f1a55a>>
# @generated SignedSource<<27cc6deedc3e7a09462b31c969aefbbd>>
#
# To regenerate run:
# yarn monorepo-babel-node scripts/generateFlow.js
Expand All @@ -16,7 +16,6 @@

[libs]
./flow-typed/
./src/monorepo-scanner/src/flow/

[lints]
all=error
Expand Down
4 changes: 0 additions & 4 deletions .flowconfig.template.base
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
[libs]
./flow-typed/

; Please note: one disadvantage of these libs is that it's gonna be available for every JS file even though
; it should be defined only for one workspace.
./src/monorepo-scanner/src/flow/


; These lints are enabled in normal mode. Consult [strict] mode to see what additional lints
; are enabled in strict mode. Only disabled rules in normal mode should be added to strict mode.
Expand Down
18 changes: 0 additions & 18 deletions src/monorepo-scanner/.eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/monorepo-scanner/.jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ module.exports = {
verbose: false,
globals: {
__DEV__: true,
__SRC_ROOT__: monorepoSrcRoot,
__SRC_PACKAGES_ROOT__: (path.join(monorepoSrcRoot, 'packages') /*: string */),
},
transform: {
'^.+\\.js$': 'babel-jest',
Expand Down
4 changes: 0 additions & 4 deletions src/monorepo-scanner/src/flow/globals.js

This file was deleted.

0 comments on commit 872c129

Please sign in to comment.