Skip to content

Commit

Permalink
docs: fix .eslintrc.json syntax in eslint-plugin-dev readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Apr 17, 2024
1 parent 768afcc commit 8d8f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/eslint-plugin-dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ babel-eslint
"@cypress/dev"
],
"extends": [
"plugin:@cypress/dev/general",
"plugin:@cypress/dev/general"
]
}
```
Expand Down

0 comments on commit 8d8f6e4

Please sign in to comment.