Skip to content

Commit 0243d9c

Browse files
author
Evgeniya Bashieva
committed
fix: lint
1 parent 48c20aa commit 0243d9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lessons/lesson12/lesson.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ description: "Работа с типами, JSDoc и TypeScript. Генерац
3232
- **Функции**: глаголы (`getUser`, `calculateTotal`)
3333
- **Модули**: предметная область (`authService`, `logger`)
3434
- **Переменные**:
35-
- булевы: `isValid`, `hasPermission`
36-
- коллекции: `users`, `items`
37-
- константы: `MAX_LENGTH`, `DEFAULT_TIMEOUT`
35+
- булевы: `isValid`, `hasPermission`
36+
- коллекции: `users`, `items`
37+
- константы: `MAX_LENGTH`, `DEFAULT_TIMEOUT`
3838

3939
<!--v-->
4040

0 commit comments

Comments
 (0)