prettier config
This commit is contained in:
@@ -2,7 +2,7 @@ export const LEVELS = {
|
||||
1: "Junior",
|
||||
2: "Middle",
|
||||
3: "Middle+",
|
||||
4: "Senior",
|
||||
4: "Senior"
|
||||
};
|
||||
|
||||
export const SKILLS = {
|
||||
@@ -11,5 +11,5 @@ export const SKILLS = {
|
||||
3: "Маркетолог",
|
||||
4: "Smm - специалист",
|
||||
5: "Дизайнер",
|
||||
6: "Копирайтер",
|
||||
6: "Копирайтер"
|
||||
};
|
||||
|
@@ -50,7 +50,7 @@ export const backendImg = (url) => `https://back.itguild.info${url}`;
|
||||
export function scrollToForm() {
|
||||
window.scrollTo({
|
||||
top: 850,
|
||||
behavior: "smooth",
|
||||
behavior: "smooth"
|
||||
});
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ export function caseOfNum(number, type) {
|
||||
files: ["файл", "файла", "файлов"],
|
||||
persons: ["участник", "участника", "участников"],
|
||||
tasks: ["задача", "задачи", "задач"],
|
||||
projects: ["проект", "проекта", "проектов"],
|
||||
projects: ["проект", "проекта", "проектов"]
|
||||
};
|
||||
const cases = [2, 0, 1, 1, 1, 2];
|
||||
return allTypes[type][
|
||||
|
Reference in New Issue
Block a user