Ecosyste.ms: Awesome
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: 4 months ago
JSON representation
ESLint plugin for Playwright component testing.
- Host: GitHub
- URL: https://github.com/sand4rt/eslint-plugin-playwright-ct
- Owner: sand4rt
- License: mit
- Created: 2024-06-14T22:34:18.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-14T23:51:33.000Z (8 months ago)
- Last Synced: 2024-10-05T09:45:53.658Z (4 months ago)
- Topics: component, eslint, playwright, testing
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/eslint-plugin-playwright-ct
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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