An open API service indexing awesome lists of open source software.

https://github.com/sand4rt/eslint-plugin-playwright-ct

ESLint plugin for Playwright component testing.
https://github.com/sand4rt/eslint-plugin-playwright-ct

component eslint playwright testing

Last synced: 5 months ago
JSON representation

ESLint plugin for Playwright component testing.

Awesome Lists containing this project

README

          

# 🎭 ESLint Plugin Playwright component testing

> **Note**
> This package is work in progress

## Usage

Install the package with PNPM, NPM or Yarn:

```sh
pnpm add -D eslint-plugin-playwright-ct
```
```sh
npm install -D eslint-plugin-playwright-ct
```
```sh
yarn add -D eslint-plugin-playwright-ct
```

### [Flat config](https://eslint.org/docs/latest/use/configure/configuration-files-new) _(eslint.config.js)_

TODO

### [Legacy config](https://eslint.org/docs/latest/use/configure/configuration-files) _(.eslintrc)_

TODO