1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-04 11:16:37 -04:00
This commit is contained in:
2022-09-07 12:43:44 -04:00
parent 471f18690c
commit 02ec08d0fd
4 changed files with 207 additions and 202 deletions

View File

@ -37,6 +37,7 @@ module.exports = {
files: ["*.md", "*.mdx"],
extends: ["plugin:mdx/recommended"],
rules: {
"mdx/code-blocks": "off",
"import/no-unresolved": "off",
"react/jsx-no-undef": "off",
"react/jsx-boolean-value": "off", // TODO: causes some inconsistent parser errors in mdx