Uh oh!
There was an error while loading. Please reload this page.
tools: update eslint to latest - #28173
Conversation
nodejs-github-bot
commented
Jun 11, 2019
Sadly, an error occurred when I tried to trigger a build. :( |
BridgeAR
commented
Jun 11, 2019
Nit 1: Please specify what version you are upgrading to in the commit message. (Preferably what version we're upgrading from as well.) Nit 2: If I'm not mistaken, unneeded |
1739468 to
70e595cCompareBridgeAR
commented
Jun 12, 2019
@Trott thanks, I forgot that it would complain about the comments if they are not required. I updated the PR and incorporated the suggestions. Lite-CI https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/3675/ |
This updates eslint from v6.0.0-alpha.2 to v6.0.0-rc.0. This also removes eslint-disable comments about `bigint` typeof checks. Those would otherwise have caused linting errors now that `bigint` is accepted as valid entry.
70e595c to
0f116e5CompareBridgeAR
commented
Jun 17, 2019
Rebased due to conflicts. Lite-CI https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/3686/ |
BridgeAR
commented
Jun 20, 2019
BridgeAR
commented
Jun 22, 2019
Updated to the latest release. |
cjihrig
commented
Jun 25, 2019
ESLint 6.0.1 was released. Please skip 6.0.0 before landing this. |
BridgeAR
commented
Jun 26, 2019
This updates eslint from v6.0.0-alpha.2 to v6.0.1 This also removes eslint-disable comments about `bigint` typeof checks. Those would otherwise have caused linting errors now that `bigint` is accepted as valid entry. PR-URL: nodejs#28173 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
BridgeAR
commented
Jun 27, 2019
Landed in ed8fc7e |
This updates eslint from v6.0.0-alpha.2 to v6.0.1 This also removes eslint-disable comments about `bigint` typeof checks. Those would otherwise have caused linting errors now that `bigint` is accepted as valid entry. PR-URL: #28173 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
This updates eslint from v6.0.0-alpha.2 to v6.0.1 This also removes eslint-disable comments about `bigint` typeof checks. Those would otherwise have caused linting errors now that `bigint` is accepted as valid entry. PR-URL: #28173 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes