Skip to content

Commit

Permalink
Switch to Yarn plug-and-play
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 5, 2024
1 parent c6f9f4f commit 9d2ab51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules
nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.3.1.cjs
9 changes: 7 additions & 2 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,19 @@
}
},
"files": {
"ignoreUnknown": true,
"include": [
"lib/**/*.ts",
"test/**/*.ts"
],
"ignore": [
"./coverage",
"./yarn",
"./.pnp.*",
"./lib/**/*.d.ts",
"./lib/**/*.js",
"./test/**/*.d.ts",
"./test/**/*.js"
]
],
"ignoreUnknown": true
}
}

0 comments on commit 9d2ab51

Please sign in to comment.