Skip to content

Commit 950f2ba

Browse files
committed
add yarn 4 locally
1 parent 3b334ba commit 950f2ba

File tree

6 files changed

+903
-1
lines changed

6 files changed

+903
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ module.exports = {
99
'@ephys/eslint-config-typescript/node',
1010
'@ephys/eslint-config-typescript/commonjs',
1111
],
12-
ignorePatterns: ['/lib'],
12+
ignorePatterns: ['/lib', '/.yarn'],
1313
};

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
.idea
22
.pnp.*
33
node_modules
4+
.yarn/*
5+
!.yarn/patches
6+
!.yarn/plugins
7+
!.yarn/releases
8+
!.yarn/sdks
9+
!.yarn/versions

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/lib
2+
/.yarn

.yarn/install-state.gz

-413 KB
Binary file not shown.

.yarn/releases/yarn-4.1.1.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

0 commit comments

Comments
 (0)