Skip to content

Commit

Permalink
chore: replace Biome deprecated arguments (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 6, 2024
1 parent c2c3dc0 commit eecc780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"arrowParentheses": "asNeeded",
"quoteProperties": "asNeeded",
"semicolons": "always",
"trailingComma": "all",
"indentStyle": "space",
"quoteStyle": "single"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dev:demo": "pnpm -r --stream --filter=\"{packages/demo/**}\" dev",
"dev:lib": "pnpm -r --stream --filter=\"{packages/multiple-select-vanilla/**}\" dev",
"biome:lint:check": "biome lint ./packages",
"biome:lint:write": "biome check --apply ./packages",
"biome:lint:write": "biome lint --write ./packages",
"biome:format:check": "biome format ./packages",
"biome:format:write": "biome format --write ./packages",
"preview:version": "lerna version --dry-run",
Expand Down

0 comments on commit eecc780

Please sign in to comment.