-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remark not picking up configuration #187
Comments
@areohbe Correct, remark picks up configuration files from the file and up, but your |
@wooorm thanks! Moving the Is there any way to handle this? Or do |
The remarkrc needs to be in the directory of a file, or in a directory higher. |
Moved some things around but still no errors returned. Now my project looks like:
and my .remarkrc looks like:
|
If you separate docs from your site, you might want to split the logic as well.
The above should work. |
Thanks @Murderlon - this is what I ended up doing. In hindsight, I like this approach. I can keep all content related modules inside |
I thought #165 might have the answer but this seems limited to global installs.
My project setup is:
package.json
.remarkrc
When I run
lint-md
it doesn't look like my.remarkrc
is getting picked up. I also tried configuring it directly inpackage.json
but same result.Debug Log
The text was updated successfully, but these errors were encountered: