Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8aef229

Browse files
Update 'eslint-plugin-flowtype' to v3.5.1 (graphql#1814)
1 parent f56905b commit 8aef229

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rules:
3535
# https://github.com/prettier/eslint-plugin-prettier#installation
3636
prettier/prettier: error
3737

38-
# `eslint-plugin-flowtype` rule list based on `v3.4.x`
38+
# `eslint-plugin-flowtype` rule list based on `v3.5.x`
3939
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
4040

4141
flowtype/array-style-complex-type: [error, verbose]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"benchmark": "2.1.4",
5959
"chai": "4.2.0",
6060
"eslint": "5.16.0",
61-
"eslint-plugin-flowtype": "3.4.2",
61+
"eslint-plugin-flowtype": "3.5.1",
6262
"eslint-plugin-prettier": "3.0.1",
6363
"flow-bin": "0.96.0",
6464
"mocha": "6.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,10 +1328,10 @@ [email protected], escape-string-regexp@^1.0.5:
13281328
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
13291329
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
13301330

1331-
eslint-plugin-flowtype@3.4.2:
1332-
version "3.4.2"
1333-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.4.2.tgz#55475e10b05fd714d60bceebbbed596cb8706b16"
1334-
integrity sha512-sv6O6fiN3dIwhU4qRxfcyIpbKGVvsxwIQ6vgBLudpQKjH1rEyEFEOjGzGEUBTQP9J8LdTZm37OjiqZ0ZeFOa6g==
1331+
eslint-plugin-flowtype@3.5.1:
1332+
version "3.5.1"
1333+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.5.1.tgz#903c542c33039bc1db16355fff2d26733903bb0b"
1334+
integrity sha512-mIhq7jhBSWNMp3ECmlWK+b9EFmLE+3Jd9axk05LB+snbRPkc3/lYTgb4Bu9lgt1QLmrxFDWsASdKj9CAIehckg==
13351335
dependencies:
13361336
lodash "^4.17.11"
13371337

0 commit comments

Comments
 (0)