Skip to content

Commit

Permalink
Switch from ESLint & Prettier to Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed May 27, 2024
1 parent a8dc0b6 commit 9099925
Show file tree
Hide file tree
Showing 32 changed files with 400 additions and 1,708 deletions.
9 changes: 0 additions & 9 deletions .eslintignore

This file was deleted.

83 changes: 0 additions & 83 deletions .eslintrc

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.eslintcache
.vscode/settings.json
node_modules
demos/reactnative/.expo
Expand Down
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

8 changes: 0 additions & 8 deletions .prettierrc.json

This file was deleted.

10 changes: 5 additions & 5 deletions .vscode/tus-js-client.code-workspace
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"folders": [
{
"path": "..",
},
"path": ".."
}
],
"settings": {
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#cecece",
"titleBar.activeBackground": "#45b39d",
},
},
"titleBar.activeBackground": "#45b39d"
}
}
}
Loading

0 comments on commit 9099925

Please sign in to comment.