Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Update and refactor various parts of the frontend #67

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

zusorio
Copy link
Member

@zusorio zusorio commented Jan 20, 2025

  • Update to ESLint 9 with flat config format
  • Apply suggested fixes from ESLint
  • Remove some unused storybook packages and stories
  • Set ES Modules as default
  • Remove other unused packages
  • Update all packages

Closes #57

@zusorio zusorio requested a review from Wuestengecko January 20, 2025 14:47
@zusorio zusorio force-pushed the update-and-refactor-frontend branch from 03f2105 to 769bbd4 Compare January 20, 2025 14:57
Copy link
Member

@Wuestengecko Wuestengecko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rest looks good to me.

frontend/src/stories/ViewsList.stories.js Outdated Show resolved Hide resolved
- Update to ESLint 9 with flat config format
- Apply suggested fixes from ESLint
- Remove some unused storybook packages and stories
- Set ES Modules as default
- Remove other unused packages
- Update all packages

Closes #57
@zusorio zusorio force-pushed the update-and-refactor-frontend branch from 769bbd4 to 7924736 Compare January 21, 2025 15:17
For some reason, the isolated pre-commit environments keep causing
trouble related to import paths. This commit therefore changes the two
hooks so that they always use the executable scripts installed into
`frontend/node_modules`. This also makes it easier to keep the hooks'
versions in sync, as they will simply use the exact same versions also
described in `package.json`.
@Wuestengecko Wuestengecko merged commit 7119baf into master Jan 22, 2025
9 checks passed
@Wuestengecko Wuestengecko deleted the update-and-refactor-frontend branch January 22, 2025 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove npm package vulnerabilities
2 participants