Skip to content

Repository files navigation

unional/.github

Default Community Health Files

Starter Workflows

Use the workflow templates to create workflows for each repository.

.gitignore for yarn

migrate to yarn PnP

https://yarnpkg.com/getting-started/migration

yarn set version stable
# remove this from `.yarnrc.yml`
nodeLinker: node-modules
# update `.gitignore`# yarn (for non-zero-install)
.pnp.*
.yarn/*!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# install plugins
yarn plugin import interactive-tools
yarn dlx @yarnpkg/sdks vscode

Select to use local version of TypeScript language server. .vscode/settings.json example:

{
"eslint.nodePath": ".yarn/sdks",
"json.schemas": [
{
"fileMatch": [
"tsconfig.*.json"
],
"url": "http://json.schemastore.org/tsconfig"
}
],
"search.exclude": {
"**/.pnp.*": true,
"**/.yarn": true
},
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": ".yarn/sdks/typescript/lib"
}

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Generated from unional/.github