Skip to content

Commit 3ce3552

Browse files
chore(deps): lock file maintenance (#283)
* chore(deps): lock file maintenance * update biome config schema * address lint issues --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: YaroShkvorets <[email protected]>
1 parent 21db6da commit 3ce3552

File tree

3 files changed

+70
-98
lines changed

3 files changed

+70
-98
lines changed

biome.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"linter": {
55
"enabled": true,
@@ -39,6 +39,6 @@
3939
}
4040
},
4141
"files": {
42-
"includes": ["**", "!**/dist/**", "!**/node_modules/**", "!**/dev/data/**", "!**/cryptopunks.json"]
42+
"includes": ["**", "!**/dist", "!**/node_modules", "!**/dev/data", "!**/cryptopunks.json"]
4343
}
4444
}

0 commit comments

Comments
 (0)