Skip to content

Commit a3460e9

Browse files
committed
remove lint bug
1 parent 4a9b6b5 commit a3460e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/translations/ru.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { TranslationsType } from './utils';
1+
import type { TranslationsType } from './utils'
22

33
const ru: TranslationsType = {
44
save: 'Сохранить',
@@ -17,6 +17,6 @@ const ru: TranslationsType = {
1717
typeInDate: 'Ввод в дате',
1818
pickDateFromCalendar: 'Выбор даты из календаря',
1919
close: 'Закрыть',
20-
};
21-
export default ru;
20+
}
21+
export default ru
2222

0 commit comments

Comments
 (0)