.editorconfig |
|
147 |
.eslintignore |
|
892 |
.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 |
3708 |
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 |
|
563162 |
package.json |
|
5191 |
packages |
|
|
puppeteer.config.cjs |
|
288 |
README.md |
# Puppeteer |
2030 |
release-please-config.json |
|
695 |
SECURITY.md |
|
237 |
test |
|
|
test-d |
|
|
tools |
|
|
tsconfig.base.json |
|
937 |
tsdoc.json |
|
336 |
versions.json |
|
8656 |