You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should take advantage of the new repo to cleanup a bunch of things in this repo to make it cleaner.
We can remove everything related to docs here. The new doc is on another repo anyway
We should either totally redo the example or just remove it and rely entirely on the different examples repo
Globals are defined a bit everywhere right now. We should at least define all the type in a single place with some comment to know where and when they are applied.
We could move to biome instead of eslint. It's a lot faster and it is a single dependency
Figure out the issue with the lockfile. Using pnpm 9 (with the new lockfile version) breaks almost everything in the repo
We could also add syncpack in this repo, it would help a lot with different dependencies and would allow us to lint dep, so that we mostly use fixed version in package.json
Update the README
The text was updated successfully, but these errors were encountered:
* chore(lint): move to biome instead of eslint (#538)
* chore(lint): apply biome safe fixes
* chore: add .git-blame-ignore-revs with bulk formatting/linting changes
- Added .git-blame-ignore-revs file to exclude commit b36196d from `git blame`
to improve readability by ignoring non-functional bulk edits made by Biome formatter and linter.
* chore(lint): disable a11y rules in biome config
* chore(vscode): add biome extension to recommended
* chore(vscode): configure biome as default formatter
* chore(lint): update lint script to include format and import sort checks
* chore: remove .editorconfig in favor of Biome configuration
We should take advantage of the new repo to cleanup a bunch of things in this repo to make it cleaner.
example
or just remove it and rely entirely on the differentexamples
repopackage.json
The text was updated successfully, but these errors were encountered: