More progress

This commit is contained in:
Henry Hiles 2023-07-29 18:32:09 -04:00
parent 3d8c60ee00
commit de88224b30
19 changed files with 1249 additions and 61 deletions

View file

@ -16,6 +16,7 @@ module.exports = {
"warn",
{ allowConstantExport: true }
],
"react/prop-types": ["off"]
"react/prop-types": ["off"],
"no-unused-vars": ["warn"]
}
}