chore: add some dx configs (#650)

* chore: add some dx configs

* fix: update configs

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
pull/650/merge
Mihai C 2021-09-29 12:41:38 +03:00 committed by GitHub
parent 7a8ad8381e
commit 8f6689cfc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 2 deletions

1
.eslintignore Normal file
View File

@ -0,0 +1 @@
node_modules

2
.npmrc Normal file
View File

@ -0,0 +1,2 @@
# used in tandem with package.json engine to only enable yarn
engine-strict=true

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
14.17

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
.vercelignore Normal file
View File

@ -0,0 +1 @@
.github

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",