Skip to content

Commit

Permalink
chore: add npm registry server to yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Sep 7, 2024
1 parent 97d7d00 commit 1a5fe05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.yarn
.yarn/
.yarnrc.yml
4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
nodeLinker: node-modules

npmRegistryServer: "https://registry.npmjs.org/"

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

yarnPath: .yarn/releases/yarn-3.8.2.cjs
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default [
{
ignores: [
'.yarn/**',
'.yarnrc.yml',
'node_modules/**',
'dist/**',
'test/regression-fixtures/**',
Expand Down

0 comments on commit 1a5fe05

Please sign in to comment.