Skip to content

Commit

Permalink
Bump eslint-plugin-ft-flow from 1.1.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-ft-flow](https://github.com/flow-typed/eslint-plugin-ft-flow) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/flow-typed/eslint-plugin-ft-flow/releases)
- [Commits](flow-typed/eslint-plugin-ft-flow@v1.1.0...v2.0.0)

 ---
updated-dependencies:
- dependency-name: eslint-plugin-ft-flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

adeira-source-id: 9cfd9ad54e413f1a2f56791cb3ea1f4fba9f62ac
  • Loading branch information
dependabot[bot] authored and adeira-github-bot committed Dec 30, 2021
1 parent f642f3e commit 2a39c77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/index.test.js.snap
Expand Up @@ -197,7 +197,7 @@ Object {
"ft-flow/no-duplicate-type-union-intersection-members": 2,
"ft-flow/no-existential-type": 2,
"ft-flow/no-flow-fix-me-comments": 0,
"ft-flow/no-flow-fix-me-in-strict-files": 0,
"ft-flow/no-flow-suppressions-in-strict-files": 0,
"ft-flow/no-internal-flow-type": 2,
"ft-flow/no-mixed": 0,
"ft-flow/no-mutable-array": 0,
Expand Down
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/presets.test.js.snap
Expand Up @@ -588,7 +588,7 @@ Object {
"ft-flow/no-duplicate-type-union-intersection-members": 2,
"ft-flow/no-existential-type": 2,
"ft-flow/no-flow-fix-me-comments": 0,
"ft-flow/no-flow-fix-me-in-strict-files": 0,
"ft-flow/no-flow-suppressions-in-strict-files": 0,
"ft-flow/no-internal-flow-type": 2,
"ft-flow/no-mixed": 0,
"ft-flow/no-mutable-array": 0,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"eslint-plugin-adeira": "^0.15.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-fb-flow": "^0.0.4",
"eslint-plugin-ft-flow": "^1.1.0",
"eslint-plugin-ft-flow": "^2.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/presets/flowtype.js
Expand Up @@ -27,7 +27,7 @@ module.exports = ({
'ft-flow/no-duplicate-type-union-intersection-members': ERROR,
'ft-flow/no-existential-type': ERROR, // https://github.com/facebook/flow/issues/6308
'ft-flow/no-flow-fix-me-comments': OFF,
'ft-flow/no-flow-fix-me-in-strict-files': OFF, // TODO: enable (after fixing our codebase)
'ft-flow/no-flow-suppressions-in-strict-files': OFF, // TODO: enable (after fixing our codebase)
'ft-flow/no-internal-flow-type': ERROR,
'ft-flow/no-mixed': OFF,
'ft-flow/no-mutable-array': OFF,
Expand Down

0 comments on commit 2a39c77

Please sign in to comment.