reviewdog / action-remark-lint

Run remark-lint with Reviewdog :dog:
https://github.com/reviewdog/reviewdog
MIT License
5 stars 9 forks source link

Document that the action also accepts remark configuration files #56

Closed rickstaa closed 3 years ago

rickstaa commented 3 years ago

I think it would be nice if we let users know that the action also works with remark configuration files (i.e. .remarkrc.{js,mjs,cjs,json,yml,yaml}).

For more information on remark configuration files see https://github.com/unifiedjs/unified-engine/blob/HEAD/doc/configure.md.

rickstaa commented 3 years ago

Related to the comments made in #55.

rickstaa commented 3 years ago

This was implemented in #57.