2.2.1 • Published 4 months ago

eslint-config-widen-playwright v2.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

eslint-config-widen-playwright

Widen's shared ESLint config for Playwright.

Installation

yarn add -D eslint eslint-config-widen-playwright eslint-plugin-playwright

Usage

In your eslint.config.mjs file, add the following four entries to your extends list.

import playwright from 'eslint-config-widen-playwright'

export default [...[{ files: ['e2e/**'] }, ...playwright]]
2.2.1

4 months ago

2.2.0

4 months ago

2.0.0

6 months ago