Skip to content

Commit d6d807b

Browse files
committed
re-add eslint plugins
Signed-off-by: shmck <[email protected]>
1 parent 7571387 commit d6d807b

File tree

2 files changed

+156
-2
lines changed

2 files changed

+156
-2
lines changed

Diff for: package.json

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
"@typescript-eslint/parser": "5.4.0",
5959
"eslint-config-prettier": "8.3.0",
6060
"eslint-config-react-app": "6.0.0",
61+
"eslint-plugin-flowtype": "8.0.3",
62+
"eslint-plugin-import": "2.25.3",
6163
"eslint-plugin-jsx-a11y": "^6.5.1",
6264
"eslint-plugin-prettier": "4.0.0",
6365
"eslint-plugin-react": "7.27.1",

Diff for: yarn.lock

+154-2
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,11 @@
911911
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
912912
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
913913

914+
"@types/json5@^0.0.29":
915+
version "0.0.29"
916+
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
917+
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
918+
914919
915920
version "2.5.12"
916921
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66"
@@ -1244,6 +1249,15 @@ array-union@^2.1.0:
12441249
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
12451250
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
12461251

1252+
array.prototype.flat@^1.2.5:
1253+
version "1.2.5"
1254+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
1255+
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
1256+
dependencies:
1257+
call-bind "^1.0.2"
1258+
define-properties "^1.1.3"
1259+
es-abstract "^1.19.0"
1260+
12471261
array.prototype.flatmap@^1.2.5:
12481262
version "1.2.5"
12491263
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446"
@@ -1704,13 +1718,27 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
17041718
dependencies:
17051719
ms "^2.1.1"
17061720

1721+
debug@^2.6.9:
1722+
version "2.6.9"
1723+
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
1724+
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
1725+
dependencies:
1726+
ms "2.0.0"
1727+
17071728
debug@^3.1.0:
17081729
version "3.2.6"
17091730
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
17101731
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
17111732
dependencies:
17121733
ms "^2.1.1"
17131734

1735+
debug@^3.2.7:
1736+
version "3.2.7"
1737+
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
1738+
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
1739+
dependencies:
1740+
ms "^2.1.1"
1741+
17141742
debug@^4.3.2:
17151743
version "4.3.2"
17161744
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
@@ -2011,6 +2039,50 @@ [email protected]:
20112039
dependencies:
20122040
confusing-browser-globals "^1.0.10"
20132041

2042+
eslint-import-resolver-node@^0.3.6:
2043+
version "0.3.6"
2044+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
2045+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
2046+
dependencies:
2047+
debug "^3.2.7"
2048+
resolve "^1.20.0"
2049+
2050+
eslint-module-utils@^2.7.1:
2051+
version "2.7.1"
2052+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
2053+
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
2054+
dependencies:
2055+
debug "^3.2.7"
2056+
find-up "^2.1.0"
2057+
pkg-dir "^2.0.0"
2058+
2059+
2060+
version "8.0.3"
2061+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912"
2062+
integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==
2063+
dependencies:
2064+
lodash "^4.17.21"
2065+
string-natural-compare "^3.0.1"
2066+
2067+
2068+
version "2.25.3"
2069+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
2070+
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
2071+
dependencies:
2072+
array-includes "^3.1.4"
2073+
array.prototype.flat "^1.2.5"
2074+
debug "^2.6.9"
2075+
doctrine "^2.1.0"
2076+
eslint-import-resolver-node "^0.3.6"
2077+
eslint-module-utils "^2.7.1"
2078+
has "^1.0.3"
2079+
is-core-module "^2.8.0"
2080+
is-glob "^4.0.3"
2081+
minimatch "^3.0.4"
2082+
object.values "^1.1.5"
2083+
resolve "^1.20.0"
2084+
tsconfig-paths "^3.11.0"
2085+
20142086
eslint-plugin-jsx-a11y@^6.5.1:
20152087
version "6.5.1"
20162088
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"
@@ -2308,6 +2380,13 @@ fill-range@^7.0.1:
23082380
dependencies:
23092381
to-regex-range "^5.0.1"
23102382

2383+
find-up@^2.1.0:
2384+
version "2.1.0"
2385+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
2386+
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
2387+
dependencies:
2388+
locate-path "^2.0.0"
2389+
23112390
find-up@^4.0.0, find-up@^4.1.0:
23122391
version "4.1.0"
23132392
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -2743,6 +2822,13 @@ is-core-module@^2.2.0:
27432822
dependencies:
27442823
has "^1.0.3"
27452824

2825+
is-core-module@^2.8.0:
2826+
version "2.8.0"
2827+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
2828+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
2829+
dependencies:
2830+
has "^1.0.3"
2831+
27462832
is-date-object@^1.0.1:
27472833
version "1.0.2"
27482834
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
@@ -3462,6 +3548,13 @@ [email protected], json5@^2.1.2:
34623548
dependencies:
34633549
minimist "^1.2.5"
34643550

3551+
json5@^1.0.1:
3552+
version "1.0.1"
3553+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
3554+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
3555+
dependencies:
3556+
minimist "^1.2.0"
3557+
34653558
"jsx-ast-utils@^2.4.1 || ^3.0.0":
34663559
version "3.2.0"
34673560
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
@@ -3521,6 +3614,14 @@ listenercount@~1.0.1:
35213614
resolved "https://registry.yarnpkg.com/listenercount/-/listenercount-1.0.1.tgz#84c8a72ab59c4725321480c975e6508342e70937"
35223615
integrity sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc=
35233616

3617+
locate-path@^2.0.0:
3618+
version "2.0.0"
3619+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
3620+
integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
3621+
dependencies:
3622+
p-locate "^2.0.0"
3623+
path-exists "^3.0.0"
3624+
35243625
locate-path@^5.0.0:
35253626
version "5.0.0"
35263627
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
@@ -3548,7 +3649,7 @@ lodash.truncate@^4.4.2:
35483649
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
35493650
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
35503651

3551-
lodash@^4.17.13, lodash@^4.7.0:
3652+
lodash@^4.17.13, lodash@^4.17.21, lodash@^4.7.0:
35523653
version "4.17.21"
35533654
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
35543655
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -3641,7 +3742,7 @@ [email protected]:
36413742
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
36423743
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
36433744

3644-
minimist@^1.2.5:
3745+
minimist@^1.2.0, minimist@^1.2.5:
36453746
version "1.2.5"
36463747
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
36473748
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -3859,20 +3960,39 @@ optionator@^0.9.1:
38593960
type-check "^0.4.0"
38603961
word-wrap "^1.2.3"
38613962

3963+
p-limit@^1.1.0:
3964+
version "1.3.0"
3965+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
3966+
integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
3967+
dependencies:
3968+
p-try "^1.0.0"
3969+
38623970
p-limit@^2.2.0:
38633971
version "2.3.0"
38643972
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
38653973
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
38663974
dependencies:
38673975
p-try "^2.0.0"
38683976

3977+
p-locate@^2.0.0:
3978+
version "2.0.0"
3979+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
3980+
integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
3981+
dependencies:
3982+
p-limit "^1.1.0"
3983+
38693984
p-locate@^4.1.0:
38703985
version "4.1.0"
38713986
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
38723987
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
38733988
dependencies:
38743989
p-limit "^2.2.0"
38753990

3991+
p-try@^1.0.0:
3992+
version "1.0.0"
3993+
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
3994+
integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
3995+
38763996
p-try@^2.0.0:
38773997
version "2.2.0"
38783998
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
@@ -3908,6 +4028,11 @@ [email protected]:
39084028
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
39094029
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
39104030

4031+
path-exists@^3.0.0:
4032+
version "3.0.0"
4033+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
4034+
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
4035+
39114036
path-exists@^4.0.0:
39124037
version "4.0.0"
39134038
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -3955,6 +4080,13 @@ pirates@^4.0.1:
39554080
dependencies:
39564081
node-modules-regexp "^1.0.0"
39574082

4083+
pkg-dir@^2.0.0:
4084+
version "2.0.0"
4085+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
4086+
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
4087+
dependencies:
4088+
find-up "^2.1.0"
4089+
39584090
pkg-dir@^4.2.0:
39594091
version "4.2.0"
39604092
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -4317,6 +4449,11 @@ string-length@^4.0.1:
43174449
char-regex "^1.0.2"
43184450
strip-ansi "^6.0.0"
43194451

4452+
string-natural-compare@^3.0.1:
4453+
version "3.0.1"
4454+
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
4455+
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
4456+
43204457
string-width@^4.1.0, string-width@^4.2.0:
43214458
version "4.2.0"
43224459
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -4402,6 +4539,11 @@ strip-ansi@^6.0.1:
44024539
dependencies:
44034540
ansi-regex "^5.0.1"
44044541

4542+
strip-bom@^3.0.0:
4543+
version "3.0.0"
4544+
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
4545+
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
4546+
44054547
strip-bom@^4.0.0:
44064548
version "4.0.0"
44074549
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
@@ -4565,6 +4707,16 @@ [email protected]:
45654707
semver "7.x"
45664708
yargs-parser "20.x"
45674709

4710+
tsconfig-paths@^3.11.0:
4711+
version "3.12.0"
4712+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
4713+
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
4714+
dependencies:
4715+
"@types/json5" "^0.0.29"
4716+
json5 "^1.0.1"
4717+
minimist "^1.2.0"
4718+
strip-bom "^3.0.0"
4719+
45684720
tslib@^1.8.1:
45694721
version "1.11.1"
45704722
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"

0 commit comments

Comments
 (0)