1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-04 11:36:37 -04:00

bump next

This commit is contained in:
2022-09-05 18:42:00 -04:00
parent a819b3a568
commit 471f18690c
5 changed files with 698 additions and 704 deletions

View File

@ -40,6 +40,7 @@ module.exports = {
"import/no-unresolved": "off",
"react/jsx-no-undef": "off",
"react/jsx-boolean-value": "off", // TODO: causes some inconsistent parser errors in mdx
"react/no-unknown-property": "off",
},
},
],