Skip to content

Commit

Permalink
update actions/core and fix linting errors (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMoroney authored Nov 9, 2022
1 parent c1b717a commit 93ce19f
Show file tree
Hide file tree
Showing 9 changed files with 1,299 additions and 1,364 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/func-call-spacing": ["error", "never"],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-inferrable-types": "error",
Expand Down
Loading

0 comments on commit 93ce19f

Please sign in to comment.