Skip to content

Commit c357b75

Browse files
committed
chore: sort-package-json
1 parent 2c31e0b commit c357b75

File tree

14 files changed

+181
-179
lines changed

14 files changed

+181
-179
lines changed

package.json

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
2-
"private": true,
32
"name": "@fisker/shared-configs",
3+
"version": "0.0.0",
4+
"private": true,
5+
"homepage": "https://github.com/fisker/shared-configs#readme",
6+
"bugs": {
7+
"url": "https://github.com/fisker/shared-configs/issues"
8+
},
9+
"repository": "fisker/shared-configs",
410
"license": "MIT",
511
"author": {
612
"name": "fisker Cheung",
713
"email": "[email protected]",
814
"url": "https://www.fiskercheung.com/"
915
},
10-
"homepage": "https://github.com/fisker/shared-configs#readme",
11-
"repository": "fisker/shared-configs",
12-
"bugs": {
13-
"url": "https://github.com/fisker/shared-configs/issues"
14-
},
15-
"version": "0.0.0",
16+
"sideEffects": false,
1617
"workspaces": {
1718
"packages": [
1819
"packages/*"
@@ -24,15 +25,16 @@
2425
"build:docs": "lerna run build:docs",
2526
"clean": "lerna run clean",
2627
"dist": "lerna publish",
28+
"format": "run-p format:*",
29+
"format:eslint": "yarn lint:eslint --fix",
30+
"format:prettier": "prettier **/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml} --write",
31+
"format:sort-package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"",
2732
"lint": "run-p lint:*",
2833
"lint:eslint": "eslint **/*.{js,mjs,vue}",
2934
"lint:markdown": "markdownlint **/*.md --ignore \"**/node_modules/**\"",
3035
"lint:prettier": "prettier **/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml} --check",
3136
"release": "run-s clean build format lint test dist",
32-
"test": "lerna run test",
33-
"format": "run-p format:*",
34-
"format:eslint": "yarn lint:eslint --fix",
35-
"format:prettier": "prettier **/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml} --write"
37+
"test": "lerna run test"
3638
},
3739
"config": {
3840
"commitizen": {
@@ -60,11 +62,11 @@
6062
"prettier-format": "1.0.1",
6163
"prettier-package-json": "2.1.0",
6264
"rollup": "1.27.5",
65+
"sort-package-json": "1.24.0",
6366
"write-prettier-file": "1.2.2"
6467
},
6568
"publishConfig": {
66-
"registry": "https://registry.npmjs.org/",
67-
"access": "public"
68-
},
69-
"sideEffects": false
69+
"access": "public",
70+
"registry": "https://registry.npmjs.org/"
71+
}
7072
}

packages/commitlint-config/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "@fisker/commitlint-config",
3+
"version": "1.1.3",
34
"description": "fisker's Shareable commitlint Configuration",
4-
"license": "MIT",
5-
"author": {
6-
"name": "fisker Cheung",
7-
"email": "[email protected]",
8-
"url": "https://www.fiskercheung.com/"
9-
},
105
"homepage": "https://github.com/fisker/shared-configs#readme",
6+
"bugs": {
7+
"url": "https://github.com/fisker/shared-configs/issues"
8+
},
119
"repository": {
1210
"type": "git",
1311
"url": "git+https://github.com/fisker/shared-configs.git"
1412
},
15-
"bugs": {
16-
"url": "https://github.com/fisker/shared-configs/issues"
13+
"license": "MIT",
14+
"author": {
15+
"name": "fisker Cheung",
16+
"email": "[email protected]",
17+
"url": "https://www.fiskercheung.com/"
1718
},
18-
"version": "1.1.3",
19-
"main": "index.js",
2019
"files": [
2120
"lib"
2221
],
22+
"main": "index.js",
2323
"scripts": {
2424
"clean": "rimraf lib",
2525
"dev": "rollup --config --watch",

packages/eslint-config-ava/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
22
"name": "@fisker/eslint-config-ava",
3+
"version": "1.2.4",
34
"description": "fisker's Shareable ESLint Configuration for ava test",
4-
"license": "MIT",
5-
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
5+
"keywords": [
6+
"ava",
7+
"config",
8+
"eslint",
9+
"fisker",
10+
"test"
11+
],
612
"homepage": "https://github.com/fisker/shared-configs#readme",
13+
"bugs": {
14+
"url": "https://github.com/fisker/shared-configs/issues"
15+
},
716
"repository": {
817
"type": "git",
918
"url": "git+https://github.com/fisker/shared-configs.git"
1019
},
11-
"bugs": {
12-
"url": "https://github.com/fisker/shared-configs/issues"
13-
},
14-
"version": "1.2.4",
15-
"main": "index.js",
20+
"license": "MIT",
21+
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
1622
"files": [
1723
"index.js"
1824
],
25+
"main": "index.js",
1926
"dependencies": {
2027
"eslint-plugin-ava": "9.0.0"
2128
},
2229
"peerDependencies": {
2330
"eslint": "*"
2431
},
25-
"keywords": [
26-
"ava",
27-
"config",
28-
"eslint",
29-
"fisker",
30-
"test"
31-
],
3232
"publishConfig": {
3333
"access": "public",
3434
"registry": "https://registry.npmjs.org/"

packages/eslint-config-jest/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
22
"name": "@fisker/eslint-config-jest",
3+
"version": "1.1.14",
34
"description": "fisker's Shareable ESLint Configuration for jest test",
4-
"license": "MIT",
5-
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
5+
"keywords": [
6+
"config",
7+
"eslint",
8+
"fisker",
9+
"jest",
10+
"test"
11+
],
612
"homepage": "https://github.com/fisker/shared-configs#readme",
13+
"bugs": {
14+
"url": "https://github.com/fisker/shared-configs/issues"
15+
},
716
"repository": {
817
"type": "git",
918
"url": "git+https://github.com/fisker/shared-configs.git"
1019
},
11-
"bugs": {
12-
"url": "https://github.com/fisker/shared-configs/issues"
13-
},
14-
"version": "1.1.14",
15-
"main": "index.js",
20+
"license": "MIT",
21+
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
1622
"files": [
1723
"index.js"
1824
],
25+
"main": "index.js",
1926
"dependencies": {
2027
"eslint-plugin-jest": "23.0.5"
2128
},
2229
"peerDependencies": {
2330
"eslint": "*"
2431
},
25-
"keywords": [
26-
"config",
27-
"eslint",
28-
"fisker",
29-
"jest",
30-
"test"
31-
],
3232
"publishConfig": {
3333
"access": "public",
3434
"registry": "https://registry.npmjs.org/"

packages/eslint-config-legacy/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
{
22
"name": "@fisker/eslint-config-legacy",
3+
"version": "1.3.6",
34
"description": "fisker's Shareable ESLint Configuration for legacy project",
4-
"license": "MIT",
5-
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
5+
"keywords": [
6+
"config",
7+
"eslint",
8+
"fisker",
9+
"legacy"
10+
],
611
"homepage": "https://github.com/fisker/shared-configs#readme",
12+
"bugs": {
13+
"url": "https://github.com/fisker/shared-configs/issues"
14+
},
715
"repository": {
816
"type": "git",
917
"url": "git+https://github.com/fisker/shared-configs.git"
1018
},
11-
"bugs": {
12-
"url": "https://github.com/fisker/shared-configs/issues"
13-
},
14-
"version": "1.3.6",
15-
"main": "index.js",
19+
"license": "MIT",
20+
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
1621
"files": [
1722
"plugins"
1823
],
24+
"main": "index.js",
1925
"scripts": {
2026
"build": "run-p build:*",
2127
"build:docs": "node -r esm scripts/compare.js",
2228
"clean": "rimraf docs",
29+
"prettier": "prettier **/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml} --write",
2330
"test": "run-p test:*",
24-
"test:js": "echo \"no test yet\"",
25-
"prettier": "prettier **/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml} --write"
31+
"test:js": "echo \"no test yet\""
2632
},
2733
"dependencies": {
2834
"@fisker/eslint-config": "^1.3.6",
@@ -34,12 +40,6 @@
3440
"eslint": "*",
3541
"prettier": "*"
3642
},
37-
"keywords": [
38-
"config",
39-
"eslint",
40-
"fisker",
41-
"legacy"
42-
],
4343
"publishConfig": {
4444
"access": "public",
4545
"registry": "https://registry.npmjs.org/"

packages/eslint-config-mocha/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
22
"name": "@fisker/eslint-config-mocha",
3+
"version": "1.1.7",
34
"description": "fisker's Shareable ESLint Configuration for mocha test",
4-
"license": "MIT",
5-
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
5+
"keywords": [
6+
"config",
7+
"eslint",
8+
"fisker",
9+
"mocha",
10+
"test"
11+
],
612
"homepage": "https://github.com/fisker/shared-configs#readme",
13+
"bugs": {
14+
"url": "https://github.com/fisker/shared-configs/issues"
15+
},
716
"repository": {
817
"type": "git",
918
"url": "git+https://github.com/fisker/shared-configs.git"
1019
},
11-
"bugs": {
12-
"url": "https://github.com/fisker/shared-configs/issues"
13-
},
14-
"version": "1.1.7",
15-
"main": "index.js",
20+
"license": "MIT",
21+
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
1622
"files": [
1723
"index.js"
1824
],
25+
"main": "index.js",
1926
"dependencies": {
2027
"eslint-plugin-mocha": "6.2.2"
2128
},
2229
"peerDependencies": {
2330
"eslint": "*"
2431
},
25-
"keywords": [
26-
"config",
27-
"eslint",
28-
"fisker",
29-
"mocha",
30-
"test"
31-
],
3232
"publishConfig": {
3333
"access": "public",
3434
"registry": "https://registry.npmjs.org/"

packages/eslint-config-vue/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
{
22
"name": "@fisker/eslint-config-vue",
3+
"version": "1.3.6",
34
"description": "fisker's Shareable ESLint Configuration for vue project",
4-
"license": "MIT",
5-
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
5+
"keywords": [
6+
"config",
7+
"eslint",
8+
"fisker",
9+
"vue"
10+
],
611
"homepage": "https://github.com/fisker/shared-configs#readme",
12+
"bugs": {
13+
"url": "https://github.com/fisker/shared-configs/issues"
14+
},
715
"repository": {
816
"type": "git",
917
"url": "git+https://github.com/fisker/shared-configs.git"
1018
},
11-
"bugs": {
12-
"url": "https://github.com/fisker/shared-configs/issues"
13-
},
14-
"version": "1.3.6",
15-
"main": "index.js",
19+
"license": "MIT",
20+
"author": "fisker Cheung <[email protected]> (https://www.fiskercheung.com/)",
1621
"files": [
1722
"plugins"
1823
],
24+
"main": "index.js",
1925
"scripts": {
2026
"build": "run-p build:*",
2127
"build:docs": "node -r esm scripts/compare.js",
2228
"clean": "rimraf docs",
29+
"prettier": "prettier **/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml} --write",
2330
"test": "run-p test:*",
24-
"test:js": "echo \"no test yet\"",
25-
"prettier": "prettier **/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml} --write"
31+
"test:js": "echo \"no test yet\""
2632
},
2733
"dependencies": {
2834
"@fisker/eslint-config": "^1.3.6",
@@ -33,12 +39,6 @@
3339
"eslint": "*",
3440
"prettier": "*"
3541
},
36-
"keywords": [
37-
"config",
38-
"eslint",
39-
"fisker",
40-
"vue"
41-
],
4242
"publishConfig": {
4343
"access": "public",
4444
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)