mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: disable eslint for herebyfile (#11741)
This commit is contained in:
parent
415cfaca20
commit
df0c43262b
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user