chore: disable eslint for herebyfile (#11741)

This commit is contained in:
Alex Rudenko 2024-01-24 13:28:37 +01:00 committed by GitHub
parent 415cfaca20
commit df0c43262b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,11 @@
/**
* @license
* Copyright 2024 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/* eslint-disable import/order */
import {copyFile, readFile, writeFile} from 'fs/promises';
import {docgen, spliceIntoSection} from '@puppeteer/docgen';