Mirror actions/download-artifact v4.3.0
Check dist/ / check-dist (push) Failing after 5s
Licensed / Check licenses (push) Failing after 1s
Test / Build (ubuntu-latest) (push) Failing after 7s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 44s
Check dist/ / check-dist (push) Failing after 5s
Licensed / Check licenses (push) Failing after 1s
Test / Build (ubuntu-latest) (push) Failing after 7s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 44s
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"env": { "node": true, "jest": true },
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": { "ecmaVersion": 9, "sourceType": "module" },
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:import/errors",
|
||||
"plugin:import/warnings",
|
||||
"plugin:import/typescript",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
"plugins": ["@typescript-eslint"]
|
||||
}
|
||||
Reference in New Issue
Block a user