fix: json syntax error in the README for eslint-plugin

This commit is contained in:
Jessica Sachs
2020-09-29 20:16:54 -04:00
parent 1bf086c8a7
commit 068d02dbb7
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ babel-eslint
```json
{
"extends": [
"plugin:@cypress/dev/tests",
"plugin:@cypress/dev/tests"
]
}
```

View File

@@ -1,7 +1,7 @@
{
"name": "@cypress/eslint-plugin-dev",
"version": "0.0.0-development",
"description": "Common ESLint rules shared by Internal Cypress packages",
"description": "Common ESLint rules shared by Cypress development-only packages",
"main": "./lib",
"scripts": {
"lint": "eslint --ext .js,json,.eslintrc .",