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

set default statically imported image widths to max layout width

This commit is contained in:
2022-09-08 13:24:25 -04:00
parent 9ea970482d
commit b7fc44c27b
4 changed files with 171 additions and 166 deletions

View File

@ -41,7 +41,6 @@ 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",
},
},
],