Revert mermaid_config.js prettier-ignore comment (#1189)

I introduced a bug in #1172 --- there's an implicit requirement that the line in `mermaid_config.js` has either an expression or the start of a code block; a comment (and then a newline) is invalid.

(to maintain the ignore behaviour, I've instead moved it to the `.prettierignore`)

This one's on me -- I hadn't realized that the `prettier-ignore` affected this file. Given the relative urgency of this, going to merge this in.

Closes #1188.
This commit is contained in:
Matt Wang 2023-03-03 09:17:11 -08:00 committed by GitHub
parent 6a55d05f30
commit 1999256809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -8,3 +8,4 @@ assets/js/search-data.json
assets/js/zzzz-search-data.json
assets/js/just-the-docs.js
*.md
_includes/mermaid_config.js

View File

@ -1,2 +1 @@
// prettier-ignore
{}