Skip to content

Commit

Permalink
chore: add some dx configs (calcom#650)
Browse files Browse the repository at this point in the history
* chore: add some dx configs

* fix: update configs

Co-authored-by: Peer Richelsen <[email protected]>
  • Loading branch information
mihaic195 and PeerRich authored Sep 29, 2021
1 parent 7a8ad83 commit 8f6689c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# used in tandem with package.json engine to only enable yarn
engine-strict=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14.17
11 changes: 10 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@ node_modules
public
**/**/node_modules
**/**/.next
**/**/public
**/**/public

*.lock
*.log

.gitignore
.npmignore
.prettierignore
.DS_Store
.eslintignore
1 change: 1 addition & 0 deletions .vercelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"prepare": "husky install"
},
"engines": {
"node": "^14.0.0"
"node": "14.x",
"yarn": ">=1.19.0 < 2.0.0"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
Expand Down

0 comments on commit 8f6689c

Please sign in to comment.