Navigation Menu

Skip to content

Commit

Permalink
Yarn 2 w/ node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jupl committed Jul 23, 2020
1 parent 456f419 commit 94ab28d
Show file tree
Hide file tree
Showing 6 changed files with 24,418 additions and 18,437 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
@@ -1,4 +1,4 @@
{
"extends": "./node_modules/@jupl/ts/lint",
"ignorePatterns": ["coverage/", "dist/", "public/"]
"ignorePatterns": [".yarn/", "coverage/", "dist/", "public/"]
}
7 changes: 7 additions & 0 deletions .gitignore
@@ -1,6 +1,13 @@
/dist/
/public/

.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node

Expand Down
38 changes: 38 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

86 changes: 86 additions & 0 deletions .yarn/releases/yarn-berry.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
@@ -0,0 +1,7 @@
nodeLinker: node-modules

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

yarnPath: .yarn/releases/yarn-berry.js

0 comments on commit 94ab28d

Please sign in to comment.