Pierre Vanduynslager

Results 120 comments of Pierre Vanduynslager

This feature would still be great and would allow to use nock with tools that run tests concurrently.

This seems to be a duplicate of #388. The first issue is closed with what seems to be a 'won't fix' status. Is it the case ? This problem make...

This is caused by https://github.com/standard-things/esm/issues/816

That seems related to #1446. It seems GitLab allow to set some checks on commits but is unable to distinguish a note from a commit. I would recommend to open...

I create a gist with the logs and the `.remarkrc`: https://gist.github.com/pvdlg/b1eca9123b975ee66dd95cbde1aa134c In this example I was trying to disable `remark-lint-maximum-line-length`. > This problem can occur if remark-preset-lint-recommended loads a different...

I deleted the reproduction env I created yesterday and I posted a similar case instead. Sorry for the confusion. Here is the gist with the case initially mentioned: https://gist.github.com/pvdlg/1ad2570fa203a1270f1b9e66d1930bff The...

The new gist I posted also has the error ` unified-engine:find-up No files found`. Even though`remark` finds 2 warnings for `list-item-indent` and `no-undefined-references` so I guess the configuration is read...

- npm: 5.5.1 - node: v8.9.1 ```bash $ npm ls -g remark-lint 23ms /Users/vanduynslager/.npm-packages/lib ├── [email protected] ├─┬ [email protected] │ └── [email protected] ├─┬ [email protected] │ └── [email protected] └─┬ [email protected] └── [email protected]...

> Does rm -rf node_modules fix anything? I could try. But I might loose the reproduction env. Plus I'd rather not have to delete my global `node_modules`...

Why are all things global? Because I'd like to lint any markdown files including: - ones that in repo that I contribute to that doesn't include `remark-lint` in their `package.json`...