Skip to content

Commit

Permalink
give the default branch name to biome cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Sep 23, 2024
1 parent 6ea985c commit beebbcd
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true, "defaultBranch": "master" },
"files": {
"ignoreUnknown": false,
"ignore": [
"**/node_modules/",
"**/dist/",
Expand All @@ -19,13 +18,10 @@
"formatter": {
"enabled": true,
"useEditorconfig": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 100,
"attributePosition": "auto",
"bracketSpacing": true
"lineWidth": 100
},
"organizeImports": { "enabled": true },
"linter": {
Expand Down Expand Up @@ -97,15 +93,8 @@
},
"javascript": {
"formatter": {
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingCommas": "es5",
"semicolons": "asNeeded",
"arrowParentheses": "always",
"bracketSameLine": false,
"quoteStyle": "double",
"attributePosition": "auto",
"bracketSpacing": true
"semicolons": "asNeeded"
},
"globals": [
"afterEach",
Expand Down

0 comments on commit beebbcd

Please sign in to comment.