More cleanup

This commit is contained in:
Steve Faulkner
2021-01-03 23:41:47 -06:00
parent e05a78e96a
commit 5b6b4d3583
4 changed files with 72 additions and 137 deletions

View File

@@ -43,6 +43,7 @@ module.exports = {
"@typescript-eslint/no-explicit-any": "error",
"prefer-arrow/prefer-arrow-functions": ["error", { allowStandaloneDeclarations: true }],
eqeqeq: "error",
"react/display-name": "off",
"no-restricted-syntax": [
"error",
{