UNPKG

webdriver-bidi-protocol

Version:

This repository contains TypeScript types conforming to the [WebDriver BiDi](https://w3c.github.io/webdriver-bidi/) specification. It also supports WebDriver BiDi extension modules defined in other specifications:

10 lines (9 loc) 161 B
/** * @type {import('prettier').Config} */ module.exports = { bracketSpacing: false, singleQuote: true, trailingComma: 'all', arrowParens: 'avoid', };