diff --git a/.eslintrc.json b/.eslintrc.json index 6909e48..5e36fe5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,6 +18,7 @@ "import/extensions": "off", "import/no-extraneous-dependencies": "off", "import/no-unresolved": "off", + "import/prefer-default-export": "off", "jsx-a11y/anchor-has-content": "off", "jsx-a11y/anchor-is-valid": [ "error", @@ -46,6 +47,7 @@ "allowForLoopAfterthoughts": true } ], + "no-prototype-builtins": "off", "no-script-url": "off", "no-underscore-dangle": "off", "no-unused-vars": "warn", diff --git a/src/index.html b/src/index.html index 1226026..97bb53c 100644 --- a/src/index.html +++ b/src/index.html @@ -10,6 +10,7 @@
+