Skip to content

Commit

Permalink
Update Biome settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 30, 2024
1 parent 78cf590 commit b8df571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.PHONY: lint
lint:
npx @biomejs/biome check ./src
npx @biomejs/biome check

.PHONY: format
format:
npx @biomejs/biome check --write ./src
npx @biomejs/biome check --write

.PHONY: publish
publish:
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"formatter": {
"indentStyle": "space",
"indentWidth": 2
Expand All @@ -13,4 +14,3 @@
}
}
}

0 comments on commit b8df571

Please sign in to comment.