Skip to content

Commit

Permalink
chore: slightly modify Biome integration details
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Oct 27, 2024
1 parent 105e1a7 commit 1a0c8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
"files": { "ignoreUnknown": false, "ignore": [] },
"formatter": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Official action to run PackSquash in a GitHub Actions workflow.",
"scripts": {
"build": "ncc build src/index.ts -o dist/main -m && ncc build src/cleanup_working_directory.ts -o dist/cleanup_working_directory -m",
"check": "biome check --write --unsafe",
"check": "biome check --write",
"format:ci": "biome ci --error-on-warnings --linter-enabled=false",
"lint:ci": "biome ci --error-on-warnings --formatter-enabled=false --organize-imports-enabled=false",
"test": "npm run build && act --secret-file .act-secrets -W .github/workflows/test_empty_resource_pack.yml",
Expand Down

0 comments on commit 1a0c8bb

Please sign in to comment.