Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
Ran `pnpm run lint --fix` to automatically fix these issues:
1. Removed extra semicolons.
2. Sorted import declarations alphabetically.
3. Fixed unexpected separators.
4. Added missing trailing commas.
5. Used property shorthand where applicable.
6. Added newline at the end of files where missing.
  • Loading branch information
ailoha committed Sep 18, 2023
1 parent d8d84d0 commit 1bd1bc2
Show file tree
Hide file tree
Showing 5 changed files with 1,565 additions and 1,131 deletions.
Loading

0 comments on commit 1bd1bc2

Please sign in to comment.