Skip to content

Commit 2a39c77

Browse files
dependabot[bot]adeira-github-bot
authored andcommitted
Bump eslint-plugin-ft-flow from 1.1.0 to 2.0.0
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] <[email protected]> adeira-source-id: 9cfd9ad54e413f1a2f56791cb3ea1f4fba9f62ac
1 parent f642f3e commit 2a39c77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

__tests__/__snapshots__/index.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Object {
197197
"ft-flow/no-duplicate-type-union-intersection-members": 2,
198198
"ft-flow/no-existential-type": 2,
199199
"ft-flow/no-flow-fix-me-comments": 0,
200-
"ft-flow/no-flow-fix-me-in-strict-files": 0,
200+
"ft-flow/no-flow-suppressions-in-strict-files": 0,
201201
"ft-flow/no-internal-flow-type": 2,
202202
"ft-flow/no-mixed": 0,
203203
"ft-flow/no-mutable-array": 0,

__tests__/__snapshots__/presets.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ Object {
588588
"ft-flow/no-duplicate-type-union-intersection-members": 2,
589589
"ft-flow/no-existential-type": 2,
590590
"ft-flow/no-flow-fix-me-comments": 0,
591-
"ft-flow/no-flow-fix-me-in-strict-files": 0,
591+
"ft-flow/no-flow-suppressions-in-strict-files": 0,
592592
"ft-flow/no-internal-flow-type": 2,
593593
"ft-flow/no-mixed": 0,
594594
"ft-flow/no-mutable-array": 0,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-adeira": "^0.15.0",
2222
"eslint-plugin-eslint-comments": "^3.2.0",
2323
"eslint-plugin-fb-flow": "^0.0.4",
24-
"eslint-plugin-ft-flow": "^1.1.0",
24+
"eslint-plugin-ft-flow": "^2.0.0",
2525
"eslint-plugin-import": "^2.25.3",
2626
"eslint-plugin-jest": "^25.3.2",
2727
"eslint-plugin-jsx-a11y": "^6.5.1",

src/presets/flowtype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = ({
2727
'ft-flow/no-duplicate-type-union-intersection-members': ERROR,
2828
'ft-flow/no-existential-type': ERROR, // https://github.com/facebook/flow/issues/6308
2929
'ft-flow/no-flow-fix-me-comments': OFF,
30-
'ft-flow/no-flow-fix-me-in-strict-files': OFF, // TODO: enable (after fixing our codebase)
30+
'ft-flow/no-flow-suppressions-in-strict-files': OFF, // TODO: enable (after fixing our codebase)
3131
'ft-flow/no-internal-flow-type': ERROR,
3232
'ft-flow/no-mixed': OFF,
3333
'ft-flow/no-mutable-array': OFF,

0 commit comments

Comments
 (0)