We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fca76 commit 973542cCopy full SHA for 973542c
README.md
@@ -4,10 +4,17 @@ An ESLint plugin for projects that use Cypress.
4
5
Specifies the environment and globals (`cy`, `Cypress`, etc) for use when writing tests using [Cypress](https://cypress.io).
6
7
+## Installation
8
+
9
+```sh
10
+npm install eslint-plugin-cypress --save-dev
11
+```
12
13
## Usage
14
-```js
-// .eslintrc
15
+Add `cypress` as a plugin in your `.eslintrc`:
16
17
+```json
18
{
19
"plugins": [
20
"cypress"
0 commit comments