Skip to content

Commit

Permalink
lint: Disable broken eslint plugin - github/recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jan 31, 2023
1 parent c7783ac commit 5d9f7c2
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 1,100 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"plugins": ["@typescript-eslint"],
"extends": ["plugin:github/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 9,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"devDependencies": {
"@actions/github": "5.1.1",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.48.2",
"@vercel/ncc": "0.36.1",
"@vitest/coverage-c8": "0.26.3",
"eslint": "8.30.0",
"eslint-plugin-github": "4.6.0",
"eslint-plugin-prettier": "4.2.1",
"js-yaml": "4.1.0",
"nock": "13.2.9",
Expand Down
Loading

0 comments on commit 5d9f7c2

Please sign in to comment.