Skip to content

Commit 7cdaf47

Browse files
committed
chore: Apply format from .editorconfig
1 parent 8923c2a commit 7cdaf47

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "@team23/commitlint-config",
3-
"type": "module",
4-
"version": "1.0.3",
5-
"description": "Standard shareable config for commitlint",
6-
"main": "index.js",
7-
"files": [
8-
"index.js"
9-
],
10-
"repository": {
11-
"type": "git",
12-
"url": "git+https://github.com/team23/commitlint-config.git"
13-
},
14-
"keywords": [
15-
"commitlint",
16-
"config",
17-
"team23",
18-
"conventional-commits",
19-
"esm"
20-
],
21-
"author": "TEAM23",
22-
"license": "MIT",
23-
"dependencies": {
24-
"@commitlint/config-conventional": "19.8.1"
25-
},
26-
"devDependencies": {
27-
"@commitlint/types": "^19.8.1"
28-
},
29-
"scripts": {}
2+
"name": "@team23/commitlint-config",
3+
"type": "module",
4+
"version": "1.0.3",
5+
"description": "Standard shareable config for commitlint",
6+
"main": "index.js",
7+
"files": [
8+
"index.js"
9+
],
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/team23/commitlint-config.git"
13+
},
14+
"keywords": [
15+
"commitlint",
16+
"config",
17+
"team23",
18+
"conventional-commits",
19+
"esm"
20+
],
21+
"author": "TEAM23",
22+
"license": "MIT",
23+
"dependencies": {
24+
"@commitlint/config-conventional": "19.8.1"
25+
},
26+
"devDependencies": {
27+
"@commitlint/types": "^19.8.1"
28+
},
29+
"scripts": {}
3030
}

0 commit comments

Comments
 (0)