Skip to content

Commit 012e9f6

Browse files
.
1 parent 9bc7268 commit 012e9f6

File tree

2 files changed

+119
-4
lines changed

2 files changed

+119
-4
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@
3434
"babel-preset-env": "^1.6.0",
3535
"babel-preset-react": "^6.24.1",
3636
"babel-preset-stage-0": "^6.24.1",
37+
"eslint": "^4.19.1",
3738
"eslint-config-standard": "^11.0.0",
3839
"eslint-config-standard-react": "^6.0.0",
40+
"eslint-plugin-import": "^2.11.0",
41+
"eslint-plugin-node": "^6.0.1",
42+
"eslint-plugin-promise": "^3.7.0",
3943
"eslint-plugin-react": "^7.7.0",
4044
"eslint-plugin-standard": "^3.0.1",
4145
"gh-pages": "^1.1.0",

yarn.lock

Lines changed: 115 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ address@1.0.3, address@^1.0.1:
114114
version "1.0.3"
115115
resolved "https://registry.yarnpkg.com/address/-/address-1.0.3.tgz#b5f50631f8d6cec8bd20c963963afb55e06cbce9"
116116

117-
ajv-keywords@^2.0.0:
117+
ajv-keywords@^2.0.0, ajv-keywords@^2.1.0:
118118
version "2.1.1"
119119
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762"
120120

@@ -129,7 +129,7 @@ ajv@^4.9.1:
129129
co "^4.6.0"
130130
json-stable-stringify "^1.0.1"
131131

132-
ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.0:
132+
ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.0, ajv@^5.2.3, ajv@^5.3.0:
133133
version "5.5.2"
134134
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
135135
dependencies:
@@ -2405,7 +2405,7 @@ doctrine@1.5.0:
24052405
esutils "^2.0.2"
24062406
isarray "^1.0.0"
24072407

2408-
doctrine@^2.0.0, doctrine@^2.0.2:
2408+
doctrine@^2.0.0, doctrine@^2.0.2, doctrine@^2.1.0:
24092409
version "2.1.0"
24102410
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
24112411
dependencies:
@@ -2710,6 +2710,13 @@ eslint-module-utils@^2.1.1:
27102710
debug "^2.6.8"
27112711
pkg-dir "^1.0.0"
27122712

2713+
eslint-module-utils@^2.2.0:
2714+
version "2.2.0"
2715+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746"
2716+
dependencies:
2717+
debug "^2.6.8"
2718+
pkg-dir "^1.0.0"
2719+
27132720
eslint-plugin-flowtype@2.39.1:
27142721
version "2.39.1"
27152722
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.39.1.tgz#b5624622a0388bcd969f4351131232dcb9649cd5"
@@ -2731,6 +2738,21 @@ eslint-plugin-import@2.8.0:
27312738
minimatch "^3.0.3"
27322739
read-pkg-up "^2.0.0"
27332740

2741+
eslint-plugin-import@^2.11.0:
2742+
version "2.11.0"
2743+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816"
2744+
dependencies:
2745+
contains-path "^0.1.0"
2746+
debug "^2.6.8"
2747+
doctrine "1.5.0"
2748+
eslint-import-resolver-node "^0.3.1"
2749+
eslint-module-utils "^2.2.0"
2750+
has "^1.0.1"
2751+
lodash "^4.17.4"
2752+
minimatch "^3.0.3"
2753+
read-pkg-up "^2.0.0"
2754+
resolve "^1.6.0"
2755+
27342756
eslint-plugin-jsx-a11y@5.1.1:
27352757
version "5.1.1"
27362758
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.1.1.tgz#5c96bb5186ca14e94db1095ff59b3e2bd94069b1"
@@ -2743,6 +2765,19 @@ eslint-plugin-jsx-a11y@5.1.1:
27432765
emoji-regex "^6.1.0"
27442766
jsx-ast-utils "^1.4.0"
27452767

2768+
eslint-plugin-node@^6.0.1:
2769+
version "6.0.1"
2770+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-6.0.1.tgz#bf19642298064379315d7a4b2a75937376fa05e4"
2771+
dependencies:
2772+
ignore "^3.3.6"
2773+
minimatch "^3.0.4"
2774+
resolve "^1.3.3"
2775+
semver "^5.4.1"
2776+
2777+
eslint-plugin-promise@^3.7.0:
2778+
version "3.7.0"
2779+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.7.0.tgz#f4bde5c2c77cdd69557a8f69a24d1ad3cfc9e67e"
2780+
27462781
eslint-plugin-react@7.4.0:
27472782
version "7.4.0"
27482783
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
@@ -2818,7 +2853,50 @@ eslint@4.10.0:
28182853
table "^4.0.1"
28192854
text-table "~0.2.0"
28202855

2821-
espree@^3.5.1:
2856+
eslint@^4.19.1:
2857+
version "4.19.1"
2858+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300"
2859+
dependencies:
2860+
ajv "^5.3.0"
2861+
babel-code-frame "^6.22.0"
2862+
chalk "^2.1.0"
2863+
concat-stream "^1.6.0"
2864+
cross-spawn "^5.1.0"
2865+
debug "^3.1.0"
2866+
doctrine "^2.1.0"
2867+
eslint-scope "^3.7.1"
2868+
eslint-visitor-keys "^1.0.0"
2869+
espree "^3.5.4"
2870+
esquery "^1.0.0"
2871+
esutils "^2.0.2"
2872+
file-entry-cache "^2.0.0"
2873+
functional-red-black-tree "^1.0.1"
2874+
glob "^7.1.2"
2875+
globals "^11.0.1"
2876+
ignore "^3.3.3"
2877+
imurmurhash "^0.1.4"
2878+
inquirer "^3.0.6"
2879+
is-resolvable "^1.0.0"
2880+
js-yaml "^3.9.1"
2881+
json-stable-stringify-without-jsonify "^1.0.1"
2882+
levn "^0.3.0"
2883+
lodash "^4.17.4"
2884+
minimatch "^3.0.2"
2885+
mkdirp "^0.5.1"
2886+
natural-compare "^1.4.0"
2887+
optionator "^0.8.2"
2888+
path-is-inside "^1.0.2"
2889+
pluralize "^7.0.0"
2890+
progress "^2.0.0"
2891+
regexpp "^1.0.1"
2892+
require-uncached "^1.0.3"
2893+
semver "^5.3.0"
2894+
strip-ansi "^4.0.0"
2895+
strip-json-comments "~2.0.1"
2896+
table "4.0.2"
2897+
text-table "~0.2.0"
2898+
2899+
espree@^3.5.1, espree@^3.5.4:
28222900
version "3.5.4"
28232901
resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7"
28242902
dependencies:
@@ -3483,6 +3561,10 @@ global-prefix@^1.0.1:
34833561
is-windows "^1.0.1"
34843562
which "^1.2.14"
34853563

3564+
globals@^11.0.1:
3565+
version "11.5.0"
3566+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.5.0.tgz#6bc840de6771173b191f13d3a9c94d441ee92642"
3567+
34863568
globals@^11.1.0:
34873569
version "11.1.0"
34883570
resolved "https://registry.yarnpkg.com/globals/-/globals-11.1.0.tgz#632644457f5f0e3ae711807183700ebf2e4633e4"
@@ -3880,6 +3962,10 @@ ignore@^3.3.3, ignore@^3.3.5:
38803962
version "3.3.7"
38813963
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
38823964

3965+
ignore@^3.3.6:
3966+
version "3.3.8"
3967+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.8.tgz#3f8e9c35d38708a3a7e0e9abb6c73e7ee7707b2b"
3968+
38833969
import-lazy@^2.1.0:
38843970
version "2.1.0"
38853971
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
@@ -4692,6 +4778,10 @@ json-schema@0.2.3:
46924778
version "0.2.3"
46934779
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
46944780

4781+
json-stable-stringify-without-jsonify@^1.0.1:
4782+
version "1.0.1"
4783+
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
4784+
46954785
json-stable-stringify@^1.0.1:
46964786
version "1.0.1"
46974787
resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
@@ -6520,6 +6610,10 @@ regex-not@^1.0.0, regex-not@^1.0.2:
65206610
extend-shallow "^3.0.2"
65216611
safe-regex "^1.1.0"
65226612

6613+
regexpp@^1.0.1:
6614+
version "1.1.0"
6615+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
6616+
65236617
regexpu-core@^1.0.0:
65246618
version "1.0.0"
65256619
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
@@ -6707,6 +6801,12 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.4.0, resolve@^1.5.0:
67076801
dependencies:
67086802
path-parse "^1.0.5"
67096803

6804+
resolve@^1.3.3, resolve@^1.6.0:
6805+
version "1.7.1"
6806+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
6807+
dependencies:
6808+
path-parse "^1.0.5"
6809+
67106810
restore-cursor@^2.0.0:
67116811
version "2.0.0"
67126812
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"
@@ -7394,6 +7494,17 @@ symbol-tree@^3.2.1:
73947494
version "3.2.2"
73957495
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
73967496

7497+
table@4.0.2:
7498+
version "4.0.2"
7499+
resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36"
7500+
dependencies:
7501+
ajv "^5.2.3"
7502+
ajv-keywords "^2.1.0"
7503+
chalk "^2.1.0"
7504+
lodash "^4.17.4"
7505+
slice-ansi "1.0.0"
7506+
string-width "^2.1.1"
7507+
73977508
table@^4.0.1:
73987509
version "4.0.3"
73997510
resolved "https://registry.yarnpkg.com/table/-/table-4.0.3.tgz#00b5e2b602f1794b9acaf9ca908a76386a7813bc"

0 commit comments

Comments
 (0)