Skip to content

Commit

Permalink
Ignore @octokit/rest in ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Nov 4, 2024
1 parent e49da03 commit baf0e44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ overrides:
no-undefined: off
dot-notation: off
node/no-unpublished-import: off
node/no-missing-import:
- error
- allowModules:
- "@octokit/rest"

0 comments on commit baf0e44

Please sign in to comment.