Skip to content

Commit

Permalink
refactor: disable eslint rule from typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgoltstein committed Oct 25, 2023
1 parent 3124b8e commit 1fb91cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/makeGraphqlIterator.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-await-in-loop */
/* eslint-disable prefer-destructuring */
/* eslint-disable @typescript-eslint/prefer-destructuring */

import { getOctokit } from '@actions/github';
import type { GraphQlQueryResponseData } from '@octokit/graphql';
Expand Down

0 comments on commit 1fb91cd

Please sign in to comment.