mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-09-01 23:10:44 +08:00
feat: finish updates & adding github event support
This commit is contained in:
+4
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user