diff --git a/.eslintrc.json b/.eslintrc.json index c510105..571899b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -33,7 +33,12 @@ "react-hooks/exhaustive-deps": "warn", "no-eval": "error", "no-new-func": "error", - "no-implied-eval": "error" + "no-implied-eval": "error", + "no-empty": "off", + "react/no-unescaped-entities": "off", + "no-useless-catch": "warn", + "no-constant-condition": ["warn", { "checkLoops": false }], + "no-fallthrough": "warn" }, "ignorePatterns": [ "build/", diff --git a/src/community/KubikonFeed.jsx b/src/community/KubikonFeed.jsx index ea37d40..256c60a 100644 --- a/src/community/KubikonFeed.jsx +++ b/src/community/KubikonFeed.jsx @@ -6,6 +6,7 @@ import * as Kubikon3DApi from '../api/Kubikon3DService'; import { API_USER_get_my_profile, API_USER_put_birth_date, + STORYS_addres, } from '../api/API'; import { useAuth } from '../auth/AuthContext.jsx'; import {