Skip to content

Commit

Permalink
Merge pull request #7859 from owncloud/public-hoist-eslint
Browse files Browse the repository at this point in the history
Make eslint packages available to IDEs
  • Loading branch information
dschmidt authored Oct 25, 2022
2 parents cc3c6b3 + 69b2eed commit ab3ac71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ hoist-pattern[]=@vue/composition-api
# @vue/test-utils (@1.3.0 ?)
hoist-pattern[]=vuex

# eslint
hoist-pattern[]=*eslint*
# eslint (public so they are picked up by IDEs)
public-hoist-pattern[]=*eslint*

# vue-jest
hoist-pattern[]=convert-source-map
Expand Down

0 comments on commit ab3ac71

Please sign in to comment.