Skip to content

Commit

Permalink
chore(biome): update Biome to version 1.9.3
Browse files Browse the repository at this point in the history
Updated Biome from version 1.8.3 to 1.9.3 to address dependencies.
Also refactored biome.json formatting for better readability.

Signed-off-by: Giovanni Ravalico <15946771+suddenlyGiovanni@users.noreply.github.com>
  • Loading branch information
suddenlyGiovanni committed Oct 9, 2024
1 parent 48a96c8 commit f5956a2
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 45 deletions.
21 changes: 15 additions & 6 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"include": ["./src"],
"ignore": ["node_modules", ".pnpm", "./~"]
"include": [
"./src"
],
"ignore": [
"node_modules",
".pnpm",
"./~"
]
},
"vcs": {
"enabled": true,
Expand All @@ -24,8 +30,7 @@
"rules": {
"all": true,
"nursery": {
"all": true,
"noUndeclaredDependencies": "off"
"all": true
},
"style": {
"noNamespaceImport": {
Expand Down Expand Up @@ -63,13 +68,17 @@
},
"overrides": [
{
"include": ["**/*.snapshot.json"],
"include": [
"**/*.snapshot.json"
],
"formatter": {
"enabled": false
}
},
{
"include": ["src/test/test-utils.ts"],
"include": [
"src/test/test-utils.ts"
],
"linter": {
"rules": {
"suspicious": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@effect/schema": "~0.72.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.3",
"@changesets/cli": "2.27.8",
"@effect/schema": "0.72.2",
"@std/yaml": "npm:@jsr/std__yaml@1.0.5",
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f5956a2

Please sign in to comment.