- 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.
13 lines
325 B
JSON
13 lines
325 B
JSON
{
|
|
// "editor.formatOnSave": true,
|
|
// "editor.defaultFormatter": "biomejs.biome",
|
|
// "editor.codeActionsOnSave": {
|
|
// "source.fixAll.biome": "always"
|
|
// },
|
|
// "[typescript]": {
|
|
// "editor.defaultFormatter": "biomejs.biome"
|
|
// },
|
|
// "[svelte]": {
|
|
// "editor.defaultFormatter": "biomejs.biome"
|
|
// }
|
|
} |