Skip to content

Commit 997ea18

Browse files
committed
test
1 parent 99952f2 commit 997ea18

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"eslint": "^3.12.2",
6363
"eslint-import-resolver-webpack": "^0.8.0",
6464
"eslint-plugin-babel": "^4.1.1",
65+
"eslint-plugin-flowtype": "^2.32.1",
6566
"eslint-plugin-import": "2.1.0",
6667
"eslint-plugin-jsx-a11y": "2.2.3",
6768
"eslint-plugin-react": "^6.8.0",
@@ -97,4 +98,4 @@
9798
"pre-commit": [
9899
"eslint:check"
99100
]
100-
}
101+
}

yarn.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,12 @@ eslint-plugin-babel@^4.1.1:
19311931
version "4.1.1"
19321932
resolved "http://registry.npm.taobao.org/eslint-plugin-babel/download/eslint-plugin-babel-4.1.1.tgz#ef285c87039b67beb3bbd227f5b0eed4fb376b87"
19331933

1934+
eslint-plugin-flowtype@^2.32.1:
1935+
version "2.32.1"
1936+
resolved "http://registry.npm.taobao.org/eslint-plugin-flowtype/download/eslint-plugin-flowtype-2.32.1.tgz#bbee185dedf97e5f63ec975cdcddd199bd2a2501"
1937+
dependencies:
1938+
lodash "^4.15.0"
1939+
19341940
eslint-plugin-import@2.1.0:
19351941
version "2.1.0"
19361942
resolved "http://registry.npm.taobao.org/eslint-plugin-import/download/eslint-plugin-import-2.1.0.tgz#20fe254aa7dac0d9fe617979f14b59f0f762e1b4"
@@ -3067,7 +3073,7 @@ lodash.uniq@^4.5.0:
30673073
version "4.5.0"
30683074
resolved "http://registry.npm.taobao.org/lodash.uniq/download/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
30693075

3070-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.3, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
3076+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.3, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
30713077
version "4.17.4"
30723078
resolved "http://registry.npm.taobao.org/lodash/download/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
30733079

0 commit comments

Comments
 (0)