Skip to content

Commit

Permalink
chore: ignore unresolved @octokit/openapi-types module
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 26, 2024
1 parent 6aa30ec commit d832a24
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,15 @@
"@typescript-eslint",
"jest",
"prettier"
]
],
"rules": {
"import/no-unresolved": [
"error",
{
"ignore": [
"@octokit/openapi-types"
]
}
]
}
}

0 comments on commit d832a24

Please sign in to comment.