fix(chore): Support linting for cjs (#18639)

Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
This commit is contained in:
Aswin Ashok
2026-02-10 00:06:16 +05:30
committed by GitHub
parent cb7fca01b2
commit 469cbca67f
5 changed files with 46 additions and 8 deletions

View File

@@ -1,5 +1,9 @@
/* eslint-disable @typescript-eslint/no-require-imports */
/* global process, console, require */
/**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
const { Octokit } = require('@octokit/rest');
/**