mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Import the GitHub type from @actions/github with file extension syntax
This improves the code compatibility with the ESM syntax. Issue #603
This commit is contained in:
parent
a6b3e93884
commit
67059baf3b
4 changed files with 4 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"rules": {
|
||||
"i18n-text/no-en": "off",
|
||||
"eslint-comments/no-use": "off",
|
||||
"import/extensions": [ "error", "ignorePackages", { "ts": "never" } ],
|
||||
"import/no-namespace": "off",
|
||||
"import/no-named-as-default": "off",
|
||||
"no-shadow": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue