Add configuration for yarn 2 pnp

This commit is contained in:
Johannes Loher 2021-02-11 12:34:01 +01:00
parent 33dcbab6d5
commit 1d74c60272
19 changed files with 7833 additions and 20 deletions

6
.yarn/sdks/eslint/package.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"name": "eslint",
"version": "7.19.0-pnpify",
"main": "./lib/api.js",
"type": "commonjs"
}