Skip to content

Commit b9def79

Browse files
committed
rules with suggestions have hasSuggestion meta
1 parent 7bb8b80 commit b9def79

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-ft-flow",
33
"description": "Flowtype linting rules for ESLint by flow-typed",
4-
"version": "3.0.7",
4+
"version": "3.0.8",
55
"license": "MIT",
66
"main": "./dist/index.js",
77
"repository": {
@@ -40,7 +40,7 @@
4040
"ajv": "^8.6.3",
4141
"babel-plugin-add-module-exports": "^1.0.4",
4242
"babel-plugin-transform-flow-enums": "^0.0.2",
43-
"eslint": "^8.56.0",
43+
"eslint": "^8.57.0",
4444
"eslint-config-airbnb": "^19.0.2",
4545
"eslint-config-bzc": "^1.0.5",
4646
"eslint-plugin-fb-flow": "^0.0.4",

src/rules/noDuplicateTypeUnionIntersectionMembers.js

+1
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,6 @@ export default {
102102
type: 'object',
103103
},
104104
],
105+
hasSuggestions: true,
105106
},
106107
};

yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1266,12 +1266,12 @@
12661266
minimatch "^3.1.2"
12671267
strip-json-comments "^3.1.1"
12681268

1269-
"@eslint/js@8.56.0":
1270-
version "8.56.0"
1271-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
1272-
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==
1269+
"@eslint/js@8.57.0":
1270+
version "8.57.0"
1271+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
1272+
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
12731273

1274-
"@humanwhocodes/config-array@^0.11.13":
1274+
"@humanwhocodes/config-array@^0.11.14":
12751275
version "0.11.14"
12761276
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
12771277
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
@@ -1286,9 +1286,9 @@
12861286
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
12871287

12881288
"@humanwhocodes/object-schema@^2.0.2":
1289-
version "2.0.2"
1290-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
1291-
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
1289+
version "2.0.3"
1290+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
1291+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
12921292

12931293
"@istanbuljs/load-nyc-config@^1.0.0":
12941294
version "1.1.0"
@@ -2737,16 +2737,16 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
27372737
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27382738
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27392739

2740-
eslint@^8.56.0:
2741-
version "8.56.0"
2742-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
2743-
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
2740+
eslint@^8.57.0:
2741+
version "8.57.0"
2742+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
2743+
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
27442744
dependencies:
27452745
"@eslint-community/eslint-utils" "^4.2.0"
27462746
"@eslint-community/regexpp" "^4.6.1"
27472747
"@eslint/eslintrc" "^2.1.4"
2748-
"@eslint/js" "8.56.0"
2749-
"@humanwhocodes/config-array" "^0.11.13"
2748+
"@eslint/js" "8.57.0"
2749+
"@humanwhocodes/config-array" "^0.11.14"
27502750
"@humanwhocodes/module-importer" "^1.0.1"
27512751
"@nodelib/fs.walk" "^1.2.8"
27522752
"@ungap/structured-clone" "^1.2.0"

0 commit comments

Comments
 (0)