switch to yarn 2

This commit is contained in:
Timo Hocker 2020-02-19 09:05:45 +01:00
parent 00e3d5cc2d
commit 742a4846d2
7 changed files with 18336 additions and 1307 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
/node_modules/
/.yarn/
.log

1
.npmrc
View File

@ -1 +0,0 @@
@scode:registry=https://npm.scode.ovh

16572
.pnp.js generated Normal file

File diff suppressed because one or more lines are too long

4
.yarnrc.yml Normal file
View File

@ -0,0 +1,4 @@
yarnPath: "C:\\dev\\scode-eslint-config\\.yarn\\releases\\yarn-berry.js"
npmScopes:
scode:
npmRegistryServer: "https://npm.scode.ovh"

View File

@ -4,8 +4,8 @@
"description": "scode eslint standard configuration",
"main": "index.js",
"scripts": {
"lint": "eslint --fix .",
"ci": "yarn --frozen-lockfile && node jenkins.js"
"lint": "eslint .",
"ci": "yarn --frozen-lockfile && yarn node jenkins.js"
},
"repository": {
"type": "git",

3057
yarn.lock

File diff suppressed because it is too large Load Diff