chore: migrate to Yarn 2 (#2316)

* chore: migrate to Yarn 2

* Update config.yml
This commit is contained in:
ylemkimon
2020-08-03 18:24:56 +09:00
committed by GitHub
parent 591bc7b4be
commit f97c5454f8
15 changed files with 22802 additions and 16898 deletions

View File

@@ -93,6 +93,14 @@
"node": false,
"jest": false
}
}, {
"files": ["website/**/*.js"],
"extends": [
"plugin:react/recommended"
],
"rules": {
"react/prop-types": 0
}
}],
"root": true
}