Name Description Size
.editorconfig 147
.eslintignore 703
.eslintrc.js this setting doesn't impact things as we use Prettier to format our code and hence dictate the line length. Prettier aims for 80 but sometimes makes the decision to go just over 80 chars as it decides that's better than wrapping. ESLint's rule defaults to 80 but therefore conflicts with Prettier. So we set it to something far higher than Prettier would allow to avoid it causing issues and conflicting with Prettier. 9313
.eslintrc.types.cjs 397
.mocharc.cjs 774
.npmrc 38
.nvmrc 3
.prettierignore 767
.prettierrc.cjs 274
.release-please-manifest.json 179
.vscode
examples
Herebyfile.mjs eslint-disable import/order 3091
json-mocha-reporter.js This is a copy of https://github.com/mochajs/mocha/blob/master/lib/reporters/json-stream.js with more event hooks. mocha does not support extending reporters or using multiple reporters so a custom reporter is needed and it must be local to the project. 1761
LICENSE 11344
moz.yaml 239
package-lock.json 473150
package.json 5695
packages
README.md # Puppeteer 1983
release-please-config.json 651
SECURITY.md 237
test
test-d
tools
tsconfig.base.json 893
tsdoc.json 336
versions.js 2541