You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Taiko uses eslint in the current project. However many of the dependencies that eslint uses are
quickly being outdated and show issues in newer versions of node. For example
npm run test-docs 15:08:34
> [email protected] test-docs
> cd test/docs-tests && node prepare.js && eleventy && cd ./gauge && npm install && npm test
(node:13250) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[11ty] Writing ./tmp/docs/_site/api/functionReturningPromiseOfObject/index.html from ./tmp/docs/api/api.njk
[11ty] Writing ./tmp/docs/_site/api/functionReturningPromise/index.html from ./tmp/docs/api/api.njk
Is your feature request related to a problem? Please describe.
Taiko uses eslint in the current project. However many of the dependencies that eslint uses are
quickly being outdated and show issues in newer versions of node. For example
Describe the solution you'd like
Use biome instead of eslint. biome also bundles a formatter.
Note:
This would also involve fixing linting issues in the default setting of biome.
The text was updated successfully, but these errors were encountered: