feat: improve package.json sorting

This commit is contained in:
Anthony Fu
2022-05-25 07:02:45 +08:00
parent 761a0ce4ee
commit 001de3b060
8 changed files with 47 additions and 41 deletions

View File

@@ -2,9 +2,10 @@
"name": "@antfu/eslint-config-react",
"version": "0.24.1",
"description": "",
"keywords": [],
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"keywords": ["eslint-config"],
"main": "index.js",
"files": [
"index.js"
@@ -15,9 +16,6 @@
"peerDependencies": {
"eslint": ">=7.4.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "workspace:*",
"eslint-plugin-react": "^7.30.0"