Skip to content

Commit 2629338

Browse files
committed
chore: ignore unresolved @octokit/openapi-types module
Signed-off-by: CrazyMax <[email protected]>
1 parent 7a01b3e commit 2629338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"rules": {
2929
"import/no-unresolved": [
3030
"error", {
31-
"ignore": ["csv-parse/sync"]
31+
"ignore": ["csv-parse/sync", "@octokit/openapi-types"]
3232
}
3333
],
3434
"jest/no-disabled-tests": 0

0 commit comments

Comments
 (0)