Uh oh!
There was an error while loading. Please reload this page.
tools: host remark-preset-lint-node in-tree - #17441
Conversation
Trott
commented
Dec 4, 2017
Now that I'm seeing the change set, it makes me want to ask: What's the advantage of doing it this way? |
maclover7
commented
Dec 4, 2017
@Trott main advantages are that there's no need to publish versions on npm or worry about staying up to date with a separate repo -- basically the same deal we have with the docs generator tool. |
BridgeAR
commented
Dec 12, 2017
@nodejs/collaborators thoughts? |
Initially, it was an independent private package when I added so we didn't need to worry about the version of the Also, it's totally fine to transfer the remark-preset-lint-node repository under @nodejs org if we want :) // Sorry for my late response! |
maclover7
commented
Jan 2, 2018
@nodejs/collaborators any thoughts? With this the project markdown lint rules will live inside |
BridgeAR
commented
Jan 5, 2018
Landed in a9e422e |
Moved from https://github.com/watilde/remark-preset-lint-node. PR-URL: nodejs#17441 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Moved from https://github.com/watilde/remark-preset-lint-node. PR-URL: #17441 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Moved from https://github.com/watilde/remark-preset-lint-node. PR-URL: #17441 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Moved from https://github.com/watilde/remark-preset-lint-node. PR-URL: #17441 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins
commented
Jan 24, 2018
This doesn't land cleanly on LTS. please feel free to backport. Marked as don't land for now |
Moved from https://github.com/watilde/remark-preset-lint-node. The source for this preset will now live in the nodejs/node repository.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
tools