Skip to content

Commit

Permalink
add yarn 4 locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ephys committed Apr 9, 2024
1 parent 3b334ba commit 950f2ba
Show file tree
Hide file tree
Showing 6 changed files with 903 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module.exports = {
'@ephys/eslint-config-typescript/node',
'@ephys/eslint-config-typescript/commonjs',
],
ignorePatterns: ['/lib'],
ignorePatterns: ['/lib', '/.yarn'],
};
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.idea
.pnp.*
node_modules
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/lib
/.yarn
Binary file removed .yarn/install-state.gz
Binary file not shown.
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.1.cjs

0 comments on commit 950f2ba

Please sign in to comment.