We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651c844 commit ad4c17fCopy full SHA for ad4c17f
eslint.config.mjs
@@ -306,4 +306,11 @@ export default defineConfig([
306
'markdown/table-column-count': warn
307
}
308
309
+ // @todo
310
+ // works out of the box but results in some `Parsing error`s
311
+ // which will make github workflows & actions fail e.g.
312
+ // * contributor_docs/fes_contribution_guide.md 354:1 error Parsing error: Unexpected character '🌸'
313
+ // * contributor_docs/zh-Hans/unit_testing.md 35:1 error Parsing error: Unexpected token
314
+ // * rfc_p5js_2.md 205:50 error Parsing error: Binding arguments in strict mode
315
+ // ...markdown.configs.processor
316
]);
0 commit comments