Skip to content

Commit 07c7f4b

Browse files
committed
Merge branch 'main' into feat/codegen-discussions
Signed-off-by: Adam Setch <[email protected]>
1 parent cc69d14 commit 07c7f4b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
3+
"files": {
4+
"includes": ["**", "!**/generated/**/*"]
5+
},
36
"assist": {
47
"actions": {
58
"source": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@
148148
"*": "biome check --fix --no-errors-on-unmatched",
149149
"*.{js,ts,tsx}": "pnpm test --findRelatedTests --passWithNoTests --updateSnapshot"
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)