Skip to content

Commit 43d5bcb

Browse files
Merge remote-tracking branch 'gitHub/main' into task/main/DURACOM-413
2 parents d1c1ecf + eb23b7c commit 43d5bcb

File tree

24 files changed

+10960
-9766
lines changed

24 files changed

+10960
-9766
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
"@typescript-eslint/no-unsafe-call": "off",
225225
"@typescript-eslint/no-unsafe-argument": "off",
226226
"@typescript-eslint/no-unsafe-return": "off",
227+
"@typescript-eslint/no-redundant-type-constituents": "off",
227228
"@typescript-eslint/restrict-template-expressions": "off",
228229
"@typescript-eslint/require-await": "off",
229230
"@typescript-eslint/no-base-to-string": [

config/config.example.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ languages:
322322
- code: sv
323323
label: Svenska
324324
active: true
325+
- code: ta
326+
label: தமிழ்
327+
active: true
325328
- code: tr
326329
label: Türkçe
327330
active: true

0 commit comments

Comments
 (0)