feat: finish updates & adding github event support

This commit is contained in:
Joel Male
2024-03-28 13:00:21 +10:00
parent a976623266
commit 14b045decf
11 changed files with 234 additions and 26 deletions
+4 -1
View File
@@ -25,6 +25,9 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-explicit-any": "off",
"github/no-then": "off",
"import/no-namespace": "off",
"i18n-text/no-en": "off"
}
}