Skip to content

Commit a17990d

Browse files
fix: add eslint in peerDependencies
1 parent fcca8b6 commit a17990d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
1212
[📖 **Release Notes**](./CHANGELOG.md)
1313

14+
## Requirements
15+
16+
You need to ensure that you have `eslint` installed
17+
18+
```bash
19+
yarn add --dev eslint # or npm install --save-dev eslint
20+
```
21+
1422
## Setup
1523

1624
1. Add `@nuxtjs/eslint-module` dependency to your project

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
"request": "latest",
4949
"request-promise-native": "latest",
5050
"standard-version": "latest"
51+
},
52+
"peerDependencies": {
53+
"eslint": ">=1.6.0 <7.0.0"
5154
}
5255
}

0 commit comments

Comments
 (0)