Skip to content

Commit b1aa214

Browse files
authored
eslint-module-utils: add peer dependency on eslint
This allows it to find eslint from module-require.js when the package manager is strict.
1 parent ab8b6d8 commit b1aa214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"homepage": "https://github.com/import-js/eslint-plugin-import#readme",
2828
"dependencies": {
2929
"debug": "^3.2.7"
30+
},
31+
"peerDependencies": {
32+
"eslint": "*"
3033
}
3134
}

0 commit comments

Comments
 (0)