Skip to content

Commit 76a359c

Browse files
committed
Fix linting
1 parent 2a171a2 commit 76a359c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

biome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"enabled": false
55
},
66
"files": {
7-
"ignore": ["**/dist/**"]
7+
"ignore": ["**/dist/**", "**/package.json"]
88
},
99
"formatter": {
1010
"indentStyle": "space",

packages/openapi-typescript-helpers/package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
},
2424
"./*": "./*"
2525
},
26-
"files": ["index.js", "index.cjs", "index.d.ts", "index.d.cts"],
26+
"files": [
27+
"index.js",
28+
"index.cjs",
29+
"index.d.ts",
30+
"index.d.cts"
31+
],
2732
"homepage": "https://openapi-ts.dev",
2833
"repository": {
2934
"type": "git",

0 commit comments

Comments
 (0)