Skip to content

Commit

Permalink
Update biome settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 1, 2024
1 parent b76b878 commit f496268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
}
},
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
"editor.formatOnSave": true
}
14 changes: 1 addition & 13 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,5 @@
"quoteStyle": "single",
"attributePosition": "auto"
}
},
"overrides": [
{
"include": ["src/models/scripts/contributors/contributor.ts"],
"linter": {
"rules": {
"style": {
"useNamingConvention": "off"
}
}
}
}
]
}
}

0 comments on commit f496268

Please sign in to comment.