Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
chore(yarn): fix yarn config and prettier ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fostyfost committed May 10, 2021
1 parent ed94c13 commit a7cc04d
Show file tree
Hide file tree
Showing 3 changed files with 10,139 additions and 6,234 deletions.
14 changes: 11 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# CI and vendors
.github
.husky
.vercel

# package managers
node_modules
package-lock.json
.yarn
.next
yarn.lock
.yarnrc.yml

# app
.next
dist
.husky
package-lock.json
public
5 changes: 4 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
defaultSemverRangePrefix: ''
defaultSemverRangePrefix: ""

nodeLinker: pnp

yarnPath: .yarn/releases/yarn-sources.cjs
Loading

0 comments on commit a7cc04d

Please sign in to comment.