Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading babel-eslint, fixing lint errors #65

Merged
merged 1 commit into from Sep 3, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Upgrading babel-eslint, fixing lint errors

  • Loading branch information
ryanml committed Sep 2, 2019
commit f0fafd6baa4e4e2a19e6080331a697dfe69382ea
@@ -41,7 +41,7 @@ const createBraveLocalesTask = () => {
gulp.task('combine-with-brave-strings', function () {
const currentTask = {}
return gulp.src('./dist/brave/_locales/**/messages.json')
.pipe(through.obj(function (file, enc, cb) {
.pipe(through.obj(function (file, _enc, cb) {
// This is such as fr/messages.json
currentTask.relativeFilePath = file.relative
cb(null, file)
@@ -183,7 +183,7 @@
"@storybook/addon-knobs": "^3.4.2",
"@storybook/react": "^5.1.1",
"abortcontroller-polyfill": "^1.3.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "^10.0.3",
"babelify": "^10.0.0",
"brfs": "^1.6.1",
"browserify": "^16.2.3",
@@ -3403,17 +3403,17 @@ babel-core@^6.0.14, babel-core@^6.26.0:
slash "^1.0.0"
source-map "^0.5.7"

babel-eslint@^10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
babel-eslint@^10.0.3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"
resolve "^1.12.0"

babel-generator@^6.26.0:
version "6.26.1"
@@ -8035,7 +8035,7 @@ eslint-plugin-react@^7.4.0:
jsx-ast-utils "^2.0.0"
prop-types "^15.6.0"

eslint-scope@3.7.1, eslint-scope@^3.7.1:
eslint-scope@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=
dependencies:
path-parse "^1.0.5"

resolve@^1.10.0, resolve@^1.3.2:
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.3.2:
version "1.12.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.