mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-26 00:18:30 +02:00
Bump eslint-plugin-github from 4.1.1 to 4.1.5 (#12)
* Bump eslint-plugin-github from 4.1.1 to 4.1.5 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.1 to 4.1.5. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.1.1...v4.1.5) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update .eslintrc.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
This commit is contained in:
parent
53dd7f51b5
commit
956a5ffc4d
3 changed files with 361 additions and 340 deletions
|
@ -10,7 +10,7 @@
|
|||
"plugin:import/warnings",
|
||||
"plugin:import/typescript",
|
||||
"plugin:prettier/recommended",
|
||||
"prettier/@typescript-eslint"
|
||||
"prettier"
|
||||
],
|
||||
"plugins": ["@typescript-eslint"]
|
||||
}
|
||||
}
|
||||
|
|
695
package-lock.json
generated
695
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -37,7 +37,7 @@
|
|||
"@zeit/ncc": "^0.22.3",
|
||||
"concurrently": "^6.2.0",
|
||||
"eslint": "^7.31.0",
|
||||
"eslint-plugin-github": "^4.1.1",
|
||||
"eslint-plugin-github": "^4.1.5",
|
||||
"prettier": "^2.3.2",
|
||||
"typescript": "^4.3.5"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue