Skip to content

Commit

Permalink
remove all references of eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
momentiris committed Sep 21, 2024
1 parent eccde05 commit 545e25c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1,271 deletions.
12 changes: 6 additions & 6 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
],
"unwantedRecommendations": []
}
"recommendations": ["biomejs.biome"],
"unwantedRecommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}
44 changes: 0 additions & 44 deletions eslint.config.mjs

This file was deleted.

Loading

0 comments on commit 545e25c

Please sign in to comment.