Skip to content

Commit ad4c17f

Browse files
prepare: lint .md snippets
1 parent 651c844 commit ad4c17f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eslint.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,11 @@ export default defineConfig([
306306
'markdown/table-column-count': warn
307307
}
308308
}
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
309316
]);

0 commit comments

Comments
 (0)