Oliver Dunk
|
b25a56bf8e
|
Add Puppeteer testing tutorial (#1016)
* Add Puppeteer testing tutorial
* Use Jest as test runner
* Add comment on changing headless mode
|
2023-10-12 10:49:02 -05:00 |
|
Benjamin Lörincz
|
dc5d34f0f7
|
pretty print (#895)
* added json for prettier, npm run prettier in lint-staged
|
2023-05-01 11:29:59 -04:00 |
|
patrick kettner
|
037bf12aac
|
add eslint-config-prettier so eslint can load prettier, pin dev deps (#869)
|
2023-04-11 16:51:49 +02:00 |
|
Sebastian Benz
|
ad857a253b
|
eslint: validate script imports (#854)
Add https://github.com/import-js/eslint-plugin-import for validing
script imports (eslint will fail if imported file does not exist).
Also fixes prettier errors in api-samples.
|
2023-03-20 17:26:02 +01:00 |
|
Sebastian Benz
|
dc2174377a
|
Add prettier and eslint (#831)
* Ignores archived samples
* Uses eslint/recommended rules
* Runs prettier and eslint (including --fix) pre-commit via husky
* Adds new npm scripts: 'lint', 'lint:fix' and 'prettier'
* Does not lint inline js code
* Fix all prettier and eslint errors
* Add custom prettier rules
* Apply custom prettier rules
* Update readme to explain how to setup the repo
* addressed comments
|
2023-02-22 13:25:39 +01:00 |
|