feat(week4): модальные сцены, кастомные скины и вики-гайды #15
@ -33,7 +33,12 @@
|
|||||||
"react-hooks/exhaustive-deps": "warn",
|
"react-hooks/exhaustive-deps": "warn",
|
||||||
"no-eval": "error",
|
"no-eval": "error",
|
||||||
"no-new-func": "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": [
|
"ignorePatterns": [
|
||||||
"build/",
|
"build/",
|
||||||
|
|||||||
@ -6,6 +6,7 @@ import * as Kubikon3DApi from '../api/Kubikon3DService';
|
|||||||
import {
|
import {
|
||||||
API_USER_get_my_profile,
|
API_USER_get_my_profile,
|
||||||
API_USER_put_birth_date,
|
API_USER_put_birth_date,
|
||||||
|
STORYS_addres,
|
||||||
} from '../api/API';
|
} from '../api/API';
|
||||||
import { useAuth } from '../auth/AuthContext.jsx';
|
import { useAuth } from '../auth/AuthContext.jsx';
|
||||||
import {
|
import {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user