chore: add some dx configs (#650)

* chore: add some dx configs

* fix: update configs

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Mihai C
2021-09-29 12:41:38 +03:00
committed by GitHub
parent 7a8ad8381e
commit 8f6689cfc1
6 changed files with 17 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
node_modules
+2
View File
@@ -0,0 +1,2 @@
# used in tandem with package.json engine to only enable yarn
engine-strict=true
+1
View File
@@ -0,0 +1 @@
14.17
+10 -1
View File
@@ -3,4 +3,13 @@ node_modules
public public
**/**/node_modules **/**/node_modules
**/**/.next **/**/.next
**/**/public **/**/public
*.lock
*.log
.gitignore
.npmignore
.prettierignore
.DS_Store
.eslintignore
+1
View File
@@ -0,0 +1 @@
.github
+2 -1
View File
@@ -19,7 +19,8 @@
"prepare": "husky install" "prepare": "husky install"
}, },
"engines": { "engines": {
"node": "^14.0.0" "node": "14.x",
"yarn": ">=1.19.0 < 2.0.0"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.4.1", "@headlessui/react": "^1.4.1",