You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool has the ability to parse a jsonc file but it doesn't look for it by default. This is one of the default configuration filenames that the vscode extension checks for so I had expected it to work.
That change makes sense, though I would put the new entry at the end of the list so it doesn't suddenly take precedence in cases where such a file is already present.
The tool has the ability to parse a
jsonc
file but it doesn't look for it by default. This is one of the default configuration filenames that the vscode extension checks for so I had expected it to work.I think it should just be a matter of changing:
markdownlint-cli/markdownlint.js
Line 38 in 1e7ba15
To
The text was updated successfully, but these errors were encountered: