feat: add react and all

This commit is contained in:
Anthony Fu
2020-08-12 19:24:32 +08:00
parent b962266ba1
commit a7fbdcad4b
15 changed files with 483 additions and 124 deletions

6
packages/all/index.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
extends: [
'@antfu/eslint-config-react',
'@antfu/eslint-config-vue',
],
}

22
packages/all/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "@antfu/eslint-config",
"version": "0.2.14",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"files": [
"index.js"
],
"peerDependencies": {
"eslint": ">=7.4.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-vue": "workspace:*",
"@antfu/eslint-config-react": "workspace:*"
}
}