UNPKG

rebrowser-playwright

Version:

A drop-in replacement for playwright patched with rebrowser-patches. It allows to pass modern automation detection tests.

7 lines (6 loc) 142 B
module.exports = { extends: '../../.eslintrc-with-ts-config.js', rules: { '@typescript-eslint/no-floating-promises': 'error', }, };