Skip to content

Commit 479d141

Browse files
committed
Sort package.json fields 🔧
1 parent ccd2a93 commit 479d141

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
{
2-
"publishConfig": {
3-
"access": "public"
4-
},
52
"name": "@extensionengine/eslint-config",
63
"version": "1.2.0",
74
"description": "Extension Engine's eslint config",
8-
"main": "index.js",
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/ExtensionEngine/eslint-config.git"
12-
},
13-
"scripts": {
14-
"lint": "eslint .",
15-
"release": "npx np"
16-
},
175
"keywords": [
186
"eslint",
197
"eslint config",
@@ -23,16 +11,29 @@
2311
"vue",
2412
"node"
2513
],
14+
"homepage": "https://github.com/ExtensionEngine/eslint-config#readme",
15+
"bugs": {
16+
"url": "https://github.com/ExtensionEngine/eslint-config/issues"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/ExtensionEngine/eslint-config.git"
21+
},
22+
"license": "MIT",
2623
"author": {
2724
"name": "Extension Engine",
2825
"email": "info@extensionengine.com",
2926
"url": "https://extensionengine.com"
3027
},
31-
"license": "MIT",
32-
"bugs": {
33-
"url": "https://github.com/ExtensionEngine/eslint-config/issues"
28+
"main": "index.js",
29+
"files": [
30+
"rules",
31+
"base.js"
32+
],
33+
"scripts": {
34+
"lint": "eslint .",
35+
"release": "npx np"
3436
},
35-
"homepage": "https://github.com/ExtensionEngine/eslint-config#readme",
3637
"devDependencies": {
3738
"@types/eslint": "^7.2.1",
3839
"babel-eslint": "^10.1.0",
@@ -60,8 +61,7 @@
6061
"eslint-plugin-standard": ">=4.0.0",
6162
"eslint-plugin-vue": ">=5.2.3"
6263
},
63-
"files": [
64-
"rules",
65-
"base.js"
66-
]
64+
"publishConfig": {
65+
"access": "public"
66+
}
6767
}

0 commit comments

Comments
 (0)