question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

markdownlint.json not being found

See original GitHub issue

This extension is great. I’m migrating my blog to markdown right now and it has been super useful!

I want to ignore a few chronic problems with my content but I can’t get .markdownlint.json working.

My .markdownlint.json file looks like this:

{
  "default": true,
  "MD026": {
    "punctuation": ","
  }
}

It is located in: /Users/stephaniehobson/public/sites/blog_hexo

The output console says:

[12:17:58] INFO: Loading user/workspace configuration for '/Users/stephaniehobson/Public/Sites/blog_hexo/source/_posts/a-matter-of-semantics.md' (no configuration file in workspace folder).

I opened the file by going: File > Open > and picking blog_hexo from the list. Then I used the file explorer to browse the sub-directories and find the file.

I appreciate any help. Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
DavidAnsoncommented, Jan 21, 2018

Woot! Thanks for sharing - you saved me a bit of time just now. 😃

Please let me know if you have any other issues/suggestions.

1reaction
stephaniehobsoncommented, Jan 21, 2018

OMG I found the problem committing the files to git… there was a space at the end of the file name 😫

Thank you so much for the help. I’m sorry for the trouble.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Markdownlint - Visual Studio Marketplace
Extension for Visual Studio Code - Markdown linting and style checking for Visual Studio Code.
Read more >
markdownlint-cli - npm Package Health Analysis - Snyk
The npm package markdownlint-cli was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as...
Read more >
markdownlint-cli/README.md - UNPKG
96, If it is not provided, `markdownlint-cli` looks for the file `.markdownlint.json`/`.markdownlint.yaml`/`.markdownlint.yml` in current folder, ...
Read more >
kachkaev/markdownlint-config - NPM Package Overview
Compatible with [markdownlint-cli](https://www.npmjs.com/package/markdownlint ... To be used together with ... See `main.json` for rule details.
Read more >
VS Code - Catch errors in your markdown files - Rob O'Leary
While Markdown is designed to be easy to read and write, ... a JSON file named .markdownlint.jsonc or .markdownlint.json ,; a YAML file ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found