Skip to content

Commit

Permalink
chore: ignore unresolved @octokit/openapi-types module
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Oct 13, 2023
1 parent 7a01b3e commit 2629338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"rules": {
"import/no-unresolved": [
"error", {
"ignore": ["csv-parse/sync"]
"ignore": ["csv-parse/sync", "@octokit/openapi-types"]
}
],
"jest/no-disabled-tests": 0
Expand Down

0 comments on commit 2629338

Please sign in to comment.