Skip to content

Commit

Permalink
chore: add some missing peer dependency rules
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 6, 2023
1 parent 3f91292 commit d36e61c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .yarnrc.yml
Expand Up @@ -2,6 +2,14 @@ enableGlobalCache: true

nodeLinker: node-modules

packageExtensions:
'@commitlint/cli@*':
peerDependencies:
'@types/node': '*'
'@commitlint/load@*':
peerDependencies:
'@types/node': '*'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
Expand Down

0 comments on commit d36e61c

Please sign in to comment.