Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 386658b

Browse files
committed
Revert babel-eslint for lint
1 parent 8717345 commit 386658b

2 files changed

Lines changed: 45 additions & 57 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"babel-core": "^6.26.0",
32-
"babel-eslint": "^8.2.1",
32+
"babel-eslint": "8.0.3",
3333
"babel-loader": "^7.1.2",
3434
"babel-plugin-transform-decorators-legacy": "^1.3.4",
3535
"babel-preset-env": "^1.6.1",

yarn.lock

Lines changed: 44 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,54 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@7.0.0-beta.36":
6-
version "7.0.0-beta.36"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4"
5+
"@babel/code-frame@7.0.0-beta.31":
6+
version "7.0.0-beta.31"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.31.tgz#473d021ecc573a2cce1c07d5b509d5215f46ba35"
88
dependencies:
99
chalk "^2.0.0"
1010
esutils "^2.0.2"
1111
js-tokens "^3.0.0"
1212

13-
"@babel/helper-function-name@7.0.0-beta.36":
14-
version "7.0.0-beta.36"
15-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d"
13+
"@babel/helper-function-name@7.0.0-beta.31":
14+
version "7.0.0-beta.31"
15+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.31.tgz#afe63ad799209989348b1109b44feb66aa245f57"
1616
dependencies:
17-
"@babel/helper-get-function-arity" "7.0.0-beta.36"
18-
"@babel/template" "7.0.0-beta.36"
19-
"@babel/types" "7.0.0-beta.36"
17+
"@babel/helper-get-function-arity" "7.0.0-beta.31"
18+
"@babel/template" "7.0.0-beta.31"
19+
"@babel/traverse" "7.0.0-beta.31"
20+
"@babel/types" "7.0.0-beta.31"
2021

21-
"@babel/helper-get-function-arity@7.0.0-beta.36":
22-
version "7.0.0-beta.36"
23-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8"
22+
"@babel/helper-get-function-arity@7.0.0-beta.31":
23+
version "7.0.0-beta.31"
24+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.31.tgz#1176d79252741218e0aec872ada07efb2b37a493"
2425
dependencies:
25-
"@babel/types" "7.0.0-beta.36"
26+
"@babel/types" "7.0.0-beta.31"
2627

27-
"@babel/template@7.0.0-beta.36":
28-
version "7.0.0-beta.36"
29-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00"
28+
"@babel/template@7.0.0-beta.31":
29+
version "7.0.0-beta.31"
30+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda"
3031
dependencies:
31-
"@babel/code-frame" "7.0.0-beta.36"
32-
"@babel/types" "7.0.0-beta.36"
33-
babylon "7.0.0-beta.36"
32+
"@babel/code-frame" "7.0.0-beta.31"
33+
"@babel/types" "7.0.0-beta.31"
34+
babylon "7.0.0-beta.31"
3435
lodash "^4.2.0"
3536

36-
"@babel/traverse@7.0.0-beta.36":
37-
version "7.0.0-beta.36"
38-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261"
37+
"@babel/traverse@7.0.0-beta.31":
38+
version "7.0.0-beta.31"
39+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.31.tgz#db399499ad74aefda014f0c10321ab255134b1df"
3940
dependencies:
40-
"@babel/code-frame" "7.0.0-beta.36"
41-
"@babel/helper-function-name" "7.0.0-beta.36"
42-
"@babel/types" "7.0.0-beta.36"
43-
babylon "7.0.0-beta.36"
41+
"@babel/code-frame" "7.0.0-beta.31"
42+
"@babel/helper-function-name" "7.0.0-beta.31"
43+
"@babel/types" "7.0.0-beta.31"
44+
babylon "7.0.0-beta.31"
4445
debug "^3.0.1"
45-
globals "^11.1.0"
46+
globals "^10.0.0"
4647
invariant "^2.2.0"
4748
lodash "^4.2.0"
4849

49-
"@babel/types@7.0.0-beta.36":
50-
version "7.0.0-beta.36"
51-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23"
50+
"@babel/types@7.0.0-beta.31":
51+
version "7.0.0-beta.31"
52+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4"
5253
dependencies:
5354
esutils "^2.0.2"
5455
lodash "^4.2.0"
@@ -377,16 +378,14 @@ babel-core@^6.26.0:
377378
slash "^1.0.0"
378379
source-map "^0.5.6"
379380

380-
babel-eslint@^8.2.1:
381-
version "8.2.1"
382-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951"
381+
babel-eslint@8.0.3:
382+
version "8.0.3"
383+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.3.tgz#f29ecf02336be438195325cd47c468da81ee4e98"
383384
dependencies:
384-
"@babel/code-frame" "7.0.0-beta.36"
385-
"@babel/traverse" "7.0.0-beta.36"
386-
"@babel/types" "7.0.0-beta.36"
387-
babylon "7.0.0-beta.36"
388-
eslint-scope "~3.7.1"
389-
eslint-visitor-keys "^1.0.0"
385+
"@babel/code-frame" "7.0.0-beta.31"
386+
"@babel/traverse" "7.0.0-beta.31"
387+
"@babel/types" "7.0.0-beta.31"
388+
babylon "7.0.0-beta.31"
390389

391390
babel-generator@^6.26.0:
392391
version "6.26.0"
@@ -984,9 +983,9 @@ babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0:
984983
lodash "^4.17.4"
985984
to-fast-properties "^1.0.3"
986985

987-
babylon@7.0.0-beta.36:
988-
version "7.0.0-beta.36"
989-
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
986+
babylon@7.0.0-beta.31:
987+
version "7.0.0-beta.31"
988+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.31.tgz#7ec10f81e0e456fd0f855ad60fa30c2ac454283f"
990989

991990
babylon@^6.18.0:
992991
version "6.18.0"
@@ -2325,17 +2324,6 @@ eslint-plugin-standard@~3.0.1:
23252324
version "3.0.1"
23262325
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-3.0.1.tgz#34d0c915b45edc6f010393c7eef3823b08565cf2"
23272326

2328-
eslint-scope@~3.7.1:
2329-
version "3.7.1"
2330-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
2331-
dependencies:
2332-
esrecurse "^4.1.0"
2333-
estraverse "^4.1.1"
2334-
2335-
eslint-visitor-keys@^1.0.0:
2336-
version "1.0.0"
2337-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
2338-
23392327
eslint@~3.19.0:
23402328
version "3.19.0"
23412329
resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc"
@@ -2895,9 +2883,9 @@ global@~4.3.0:
28952883
min-document "^2.19.0"
28962884
process "~0.5.1"
28972885

2898-
globals@^11.1.0:
2899-
version "11.3.0"
2900-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.3.0.tgz#e04fdb7b9796d8adac9c8f64c14837b2313378b0"
2886+
globals@^10.0.0:
2887+
version "10.4.0"
2888+
resolved "https://registry.yarnpkg.com/globals/-/globals-10.4.0.tgz#5c477388b128a9e4c5c5d01c7a2aca68c68b2da7"
29012889

29022890
globals@^9.14.0, globals@^9.18.0:
29032891
version "9.18.0"

0 commit comments

Comments
 (0)