migrate to yarn berry
This commit is contained in:
parent
6429e4ccb5
commit
8fdac05728
8 changed files with 8217 additions and 5099 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
node_modules/
|
||||
.pnp/
|
||||
.pnp.js
|
||||
.yarn/
|
||||
|
||||
# testing
|
||||
coverage/
|
||||
|
|
1
.yarnrc
1
.yarnrc
|
@ -1 +0,0 @@
|
|||
network-timeout 500000
|
5
.yarnrc.yml
Normal file
5
.yarnrc.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
httpTimeout: 500000
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.0.1.cjs
|
|
@ -51,5 +51,6 @@
|
|||
"**/*.{json,css,scss,md,html,yml,yaml}": [
|
||||
"prettier --write --ignore-unknown"
|
||||
]
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@4.0.1"
|
||||
}
|
||||
|
|
|
@ -5,7 +5,5 @@
|
|||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"build": "yarn lint && tsc"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,13 +2,12 @@
|
|||
"name": "@ente/eslint-config",
|
||||
"main": "index.js",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {},
|
||||
"standard": {
|
||||
"parser": "babel-eslint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser": "^5.59.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
||||
"@typescript-eslint/parser": "^5.59.2",
|
||||
"eslint": "latest",
|
||||
"eslint-config-next": "latest",
|
||||
"eslint-config-prettier": "latest",
|
||||
|
|
|
@ -8,6 +8,5 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@sentry/nextjs": "^7.77.0"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue