Skip to content

Commit 6fb53fa

Browse files
committed
chore: tweak package.json format
1 parent 733c744 commit 6fb53fa

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

biome.json renamed to biome.jsonc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,14 @@
4747
"formatter": {
4848
"quoteStyle": "double"
4949
}
50-
}
50+
},
51+
"overrides": [
52+
{
53+
// pnpm add/remove したときに崩れないように、pnpm と同じフォーマットにする
54+
"include": ["package.json"],
55+
"formatter": {
56+
"lineWidth": 1
57+
}
58+
}
59+
]
5160
}

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "mswpida",
33
"version": "2.0.0",
44
"description": "A wrapper to use MSW in a type-safe manner for aspida users.",
5-
"keywords": ["msw", "aspida", "typescript"],
5+
"keywords": [
6+
"msw",
7+
"aspida",
8+
"typescript"
9+
],
610
"repository": {
711
"type": "git",
812
"url": "https://github.com/mashabow/mswpida.git"
@@ -18,7 +22,10 @@
1822
}
1923
},
2024
"main": "dist/index.js",
21-
"files": ["dist", "src"],
25+
"files": [
26+
"dist",
27+
"src"
28+
],
2229
"scripts": {
2330
"build": "tsup src/index.ts --format cjs,esm --dts",
2431
"generate:example-api": "openapi2aspida -i https://raw.githubusercontent.com/OAI/OpenAPI-Specification/3.1.0/examples/v3.0/petstore-expanded.yaml -o ./example/generated-api",

0 commit comments

Comments
 (0)