feat: markdownlint-cli2#1887
Conversation
commit: |
|
Thanks for the PR! Looks like the plugin creation script wasn't used. Please see at least both of ./AGENTS.md and .agents/PLUGINS.md. |
|
I intentionally did not create a new plugin though so that we could keep all of the |
webpro
left a comment
There was a problem hiding this comment.
Sorry I saw only the changed files and didn't catch you merged it into the existing one. One nit I have.
| assert.deepEqual(counters, { | ||
| ...baseCounters, | ||
| binaries: 1, | ||
| devDependencies: 1, |
There was a problem hiding this comment.
FYI, the unused binary/devDep are caused by missing node_modules dir for knip to connect the dots (hint).
|
Thanks for the fix! Any chance you could look into the failed ecosystem test? |
|
|
Thank you, James! We can ignore the remaining failed test (another repo using Knip fixed something). |
|
🚀 This pull request is included in v6.28.0. See Release 6.28.0 for release notes. Using Knip in a commercial project? Please consider becoming a sponsor. |
This PR adds support for markdownlint-cli2, which is considered better than markdownlint-cli.
I had 5.6 Sol help me out with this.