refactor: remove biome configuration and update dependencies
- Deleted the obsolete biome.json file to streamline project configuration. - Updated package.json and bun.lock to include new ESLint and Prettier dependencies for improved code quality and consistency. - Added ESLint configuration package for better linting support across the project. - Cleaned up various package dependencies to ensure a more maintainable and efficient codebase.
This commit is contained in:
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
// "editor.formatOnSave": true,
|
||||
// "editor.defaultFormatter": "biomejs.biome",
|
||||
// "editor.codeActionsOnSave": {
|
||||
// "source.fixAll.biome": "always"
|
||||
// },
|
||||
// "[typescript]": {
|
||||
// "editor.defaultFormatter": "biomejs.biome"
|
||||
// },
|
||||
// "[svelte]": {
|
||||
// "editor.defaultFormatter": "biomejs.biome"
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user