Skip to content

Commit 9c32ce1

Browse files
authored
Merge pull request #4 from khawkins/eslint_peer_dependency
Make ESLint a peer dependency of the project
2 parents ba9efbe + f3b7789 commit 9c32ce1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/eslint-plugin-lwc-graph-analyzer",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "ESLint plugin to analyze data graph in a LWC component",
55
"contributors": [
66
{
@@ -81,6 +81,9 @@
8181
"engines": {
8282
"node": ">=14"
8383
},
84+
"peerDependencies": {
85+
"eslint": ">=7"
86+
},
8487
"volta": {
8588
"node": "16.17.1",
8689
"yarn": "1.22.19"

0 commit comments

Comments
 (0)