Beginnings of Header Editor

This commit is contained in:
Gregory Schier
2023-03-03 13:18:57 -08:00
parent 3de0edf0f9
commit 1382d7c523
9 changed files with 143 additions and 46 deletions

View File

@@ -20,6 +20,7 @@ module.exports = {
},
},
rules: {
"jsx-a11y/no-autofocus": "warn",
"react/react-in-jsx-scope": "off",
"@typescript-eslint/consistent-type-imports": ["error", {
prefer: "type-imports",