Skip to content

Commit

Permalink
Switch to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhish committed May 25, 2022
1 parent e2994f3 commit 110bc66
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ public/build-meta.json

# Generated CSS file from Tailwind
src/style/index.css

# Yarn
.pnp.*
.yarn/*
.yarn/
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ lib
build
*.css
*.gen.tsx
*.bs.js
*.bs.js
7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v2"

yarnPath: .yarn/releases/yarn-3.2.1.cjs
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,12 @@
]
},
"lint-staged": {
"**/*": [
"prettier --write --ignore-unknown",
"eslint --fix",
"git add"
]
"**/*": []
},
"eslintConfig": {
"extends": [
"react-app"
]
}
},
"packageManager": "[email protected]"
}

0 comments on commit 110bc66

Please sign in to comment.