mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 08:59:03 -06:00
fix: json syntax error in the README for eslint-plugin
This commit is contained in:
@@ -55,7 +55,7 @@ babel-eslint
|
||||
```json
|
||||
{
|
||||
"extends": [
|
||||
"plugin:@cypress/dev/tests",
|
||||
"plugin:@cypress/dev/tests"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -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 .",
|
||||
|
||||
Reference in New Issue
Block a user