babel-eslint@9.0.0 (#8680)
This commit is contained in:
parent
880fc1f54e
commit
6059637f09
@ -3,9 +3,7 @@
|
|||||||
"extends": "babel",
|
"extends": "babel",
|
||||||
"plugins": ["local-rules", "prettier"],
|
"plugins": ["local-rules", "prettier"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"curly": ["error", "multi-line"],
|
"prettier/prettier": "error"
|
||||||
"prettier/prettier": "error",
|
|
||||||
"no-case-declarations": "error"
|
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"node": true
|
"node": true
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
"@babel/register": "^7.0.0",
|
"@babel/register": "^7.0.0",
|
||||||
"@babel/runtime": "^7.0.0",
|
"@babel/runtime": "^7.0.0",
|
||||||
"babel-core": "^7.0.0-0",
|
"babel-core": "^7.0.0-0",
|
||||||
"babel-eslint": "^8.2.6",
|
"babel-eslint": "^9.0.0",
|
||||||
"babel-jest": "^23.4.0",
|
"babel-jest": "^23.4.0",
|
||||||
"babel-loader": "8.0.0-beta.4",
|
"babel-loader": "8.0.0-beta.4",
|
||||||
"babel-plugin-transform-charcodes": "^0.1.0",
|
"babel-plugin-transform-charcodes": "^0.1.0",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"derequire": "^2.0.2",
|
"derequire": "^2.0.2",
|
||||||
"enhanced-resolve": "^3.0.0",
|
"enhanced-resolve": "^3.0.0",
|
||||||
"eslint": "^5.3.0",
|
"eslint": "^5.3.0",
|
||||||
"eslint-config-babel": "^7.0.2",
|
"eslint-config-babel": "^8.0.0",
|
||||||
"eslint-plugin-flowtype": "^2.50.0",
|
"eslint-plugin-flowtype": "^2.50.0",
|
||||||
"eslint-plugin-local-rules": "0.1.0",
|
"eslint-plugin-local-rules": "0.1.0",
|
||||||
"eslint-plugin-prettier": "^2.6.2",
|
"eslint-plugin-prettier": "^2.6.2",
|
||||||
|
|||||||
100
yarn.lock
100
yarn.lock
@ -24,12 +24,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/highlight" "7.0.0-beta.40"
|
"@babel/highlight" "7.0.0-beta.40"
|
||||||
|
|
||||||
"@babel/code-frame@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
|
|
||||||
dependencies:
|
|
||||||
"@babel/highlight" "7.0.0-beta.44"
|
|
||||||
|
|
||||||
"@babel/code-frame@^7.0.0":
|
"@babel/code-frame@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
|
||||||
@ -65,16 +59,6 @@
|
|||||||
source-map "^0.5.0"
|
source-map "^0.5.0"
|
||||||
trim-right "^1.0.1"
|
trim-right "^1.0.1"
|
||||||
|
|
||||||
"@babel/generator@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
|
|
||||||
dependencies:
|
|
||||||
"@babel/types" "7.0.0-beta.44"
|
|
||||||
jsesc "^2.5.1"
|
|
||||||
lodash "^4.2.0"
|
|
||||||
source-map "^0.5.0"
|
|
||||||
trim-right "^1.0.1"
|
|
||||||
|
|
||||||
"@babel/generator@^7.0.0":
|
"@babel/generator@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa"
|
||||||
@ -129,14 +113,6 @@
|
|||||||
"@babel/template" "7.0.0-beta.40"
|
"@babel/template" "7.0.0-beta.40"
|
||||||
"@babel/types" "7.0.0-beta.40"
|
"@babel/types" "7.0.0-beta.40"
|
||||||
|
|
||||||
"@babel/helper-function-name@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
|
|
||||||
dependencies:
|
|
||||||
"@babel/helper-get-function-arity" "7.0.0-beta.44"
|
|
||||||
"@babel/template" "7.0.0-beta.44"
|
|
||||||
"@babel/types" "7.0.0-beta.44"
|
|
||||||
|
|
||||||
"@babel/helper-function-name@^7.0.0":
|
"@babel/helper-function-name@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
|
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4"
|
||||||
@ -151,12 +127,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "7.0.0-beta.40"
|
"@babel/types" "7.0.0-beta.40"
|
||||||
|
|
||||||
"@babel/helper-get-function-arity@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
|
|
||||||
dependencies:
|
|
||||||
"@babel/types" "7.0.0-beta.44"
|
|
||||||
|
|
||||||
"@babel/helper-get-function-arity@^7.0.0":
|
"@babel/helper-get-function-arity@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
||||||
@ -241,12 +211,6 @@
|
|||||||
"@babel/template" "^7.0.0"
|
"@babel/template" "^7.0.0"
|
||||||
"@babel/types" "^7.0.0"
|
"@babel/types" "^7.0.0"
|
||||||
|
|
||||||
"@babel/helper-split-export-declaration@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
|
|
||||||
dependencies:
|
|
||||||
"@babel/types" "7.0.0-beta.44"
|
|
||||||
|
|
||||||
"@babel/helper-split-export-declaration@^7.0.0":
|
"@babel/helper-split-export-declaration@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
|
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
|
||||||
@ -278,14 +242,6 @@
|
|||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
js-tokens "^3.0.0"
|
js-tokens "^3.0.0"
|
||||||
|
|
||||||
"@babel/highlight@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
|
|
||||||
dependencies:
|
|
||||||
chalk "^2.0.0"
|
|
||||||
esutils "^2.0.2"
|
|
||||||
js-tokens "^3.0.0"
|
|
||||||
|
|
||||||
"@babel/highlight@^7.0.0":
|
"@babel/highlight@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
|
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
|
||||||
@ -691,15 +647,6 @@
|
|||||||
babylon "7.0.0-beta.40"
|
babylon "7.0.0-beta.40"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
"@babel/template@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
|
|
||||||
dependencies:
|
|
||||||
"@babel/code-frame" "7.0.0-beta.44"
|
|
||||||
"@babel/types" "7.0.0-beta.44"
|
|
||||||
babylon "7.0.0-beta.44"
|
|
||||||
lodash "^4.2.0"
|
|
||||||
|
|
||||||
"@babel/template@^7.0.0":
|
"@babel/template@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80"
|
||||||
@ -708,21 +655,6 @@
|
|||||||
"@babel/parser" "^7.0.0"
|
"@babel/parser" "^7.0.0"
|
||||||
"@babel/types" "^7.0.0"
|
"@babel/types" "^7.0.0"
|
||||||
|
|
||||||
"@babel/traverse@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
|
|
||||||
dependencies:
|
|
||||||
"@babel/code-frame" "7.0.0-beta.44"
|
|
||||||
"@babel/generator" "7.0.0-beta.44"
|
|
||||||
"@babel/helper-function-name" "7.0.0-beta.44"
|
|
||||||
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
|
|
||||||
"@babel/types" "7.0.0-beta.44"
|
|
||||||
babylon "7.0.0-beta.44"
|
|
||||||
debug "^3.1.0"
|
|
||||||
globals "^11.1.0"
|
|
||||||
invariant "^2.2.0"
|
|
||||||
lodash "^4.2.0"
|
|
||||||
|
|
||||||
"@babel/traverse@^7.0.0":
|
"@babel/traverse@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
|
||||||
@ -767,14 +699,6 @@
|
|||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@babel/types@7.0.0-beta.44":
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
|
|
||||||
dependencies:
|
|
||||||
esutils "^2.0.2"
|
|
||||||
lodash "^4.2.0"
|
|
||||||
to-fast-properties "^2.0.0"
|
|
||||||
|
|
||||||
"@babel/types@^7.0.0":
|
"@babel/types@^7.0.0":
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
|
||||||
@ -1340,14 +1264,14 @@ babel-core@^7.0.0-0:
|
|||||||
version "7.0.0-bridge.0"
|
version "7.0.0-bridge.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
|
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
|
||||||
|
|
||||||
babel-eslint@^8.2.6:
|
babel-eslint@^9.0.0:
|
||||||
version "8.2.6"
|
version "9.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
|
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "7.0.0-beta.44"
|
"@babel/code-frame" "^7.0.0"
|
||||||
"@babel/traverse" "7.0.0-beta.44"
|
"@babel/parser" "^7.0.0"
|
||||||
"@babel/types" "7.0.0-beta.44"
|
"@babel/traverse" "^7.0.0"
|
||||||
babylon "7.0.0-beta.44"
|
"@babel/types" "^7.0.0"
|
||||||
eslint-scope "3.7.1"
|
eslint-scope "3.7.1"
|
||||||
eslint-visitor-keys "^1.0.0"
|
eslint-visitor-keys "^1.0.0"
|
||||||
|
|
||||||
@ -1480,10 +1404,6 @@ babylon@7.0.0-beta.40, babylon@^7.0.0-beta.31:
|
|||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.40"
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.40.tgz#91fc8cd56d5eb98b28e6fde41045f2957779940a"
|
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.40.tgz#91fc8cd56d5eb98b28e6fde41045f2957779940a"
|
||||||
|
|
||||||
babylon@7.0.0-beta.44:
|
|
||||||
version "7.0.0-beta.44"
|
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
|
|
||||||
|
|
||||||
babylon@^6.18.0:
|
babylon@^6.18.0:
|
||||||
version "6.18.0"
|
version "6.18.0"
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
|
||||||
@ -3067,9 +2987,9 @@ escope@^3.6.0:
|
|||||||
esrecurse "^4.1.0"
|
esrecurse "^4.1.0"
|
||||||
estraverse "^4.1.1"
|
estraverse "^4.1.1"
|
||||||
|
|
||||||
eslint-config-babel@^7.0.2:
|
eslint-config-babel@^8.0.0:
|
||||||
version "7.0.2"
|
version "8.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-config-babel/-/eslint-config-babel-7.0.2.tgz#cbde74f61cee087d8cd6e607fcfa087869a02d99"
|
resolved "https://registry.yarnpkg.com/eslint-config-babel/-/eslint-config-babel-8.0.0.tgz#4f7398ed2772a24a36467d05f25262ab8121e714"
|
||||||
|
|
||||||
eslint-plugin-flowtype@^2.50.0:
|
eslint-plugin-flowtype@^2.50.0:
|
||||||
version "2.50.0"
|
version "2.50.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user