Style: make code style consistent #186

Merged
jakob.scheid merged 29 commits from style/make-code-style-consistent into main 2026-08-09 13:09:54 +02:00
Owner

Consistent code style

This pull request makes the code style consistent. To keep it consistent in the future, ESLint and Prettier were set up in addition.

Summary

  • Removed all unused variables
  • Removed all duplicate imports
  • Semicolons at line ends
  • No semicolons after blocks
  • Function expressions instead of function statements
  • Removed unnecessary whitespace
  • some little changes (see commit history)
  • Lint code using ESLint

Related issues

Closes #66

# Consistent code style This pull request makes the code style consistent. To keep it consistent in the future, ESLint and Prettier were set up in addition. ## Summary - Removed all unused variables - Removed all duplicate imports - Semicolons at line ends - No semicolons after blocks - Function expressions instead of function statements - Removed unnecessary whitespace - some little changes (see commit history) - Lint code using ESLint ## Related issues Closes #66
jakob.scheid added this to the 0.1.0 milestone 2026-08-08 17:32:00 +02:00
jakob.scheid added this to the Project Board project 2026-08-08 17:32:00 +02:00
jakob.scheid moved this to Review in Project Board on 2026-08-08 17:35:44 +02:00
jakob.gregory approved these changes 2026-08-08 23:33:35 +02:00
jakob.scheid added a new dependency 2026-08-09 12:08:05 +02:00
jakob.scheid added 29 commits 2026-08-09 13:09:42 +02:00
Remove the unnecessary whitespace between the function name or the
'function' keyword and the opening parenthesis.
Replaced all function statements with function expressions.
Reordered the imports in src/main.js so that they are more clear and
more readable.
Added ESLint dependencies and ESLint configuration.
Added some ESLint rules (see eslint.config.js).
Vue.js components should have multi-word names.
Vue.js components should have multi-word names.
Vue.js components should have multi-word names.
Vue.js components should have multi-word names.
Vue.js components should have multi-word names.
Vue.js components should have multi-word names.
Vue.js components should have multi-word names.
Used 'icon' instead of 'Icon'.
jakob.scheid force-pushed style/make-code-style-consistent from a913b16f7c to 007b46223a 2026-08-09 13:09:42 +02:00 Compare
jakob.scheid merged commit 0abad9a144 into main 2026-08-09 13:09:54 +02:00
jakob.scheid deleted branch style/make-code-style-consistent 2026-08-09 13:09:55 +02:00
jakob.scheid moved this to Done in Project Board on 2026-08-09 13:09:59 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Blocks
Reference: Seekra/frontend#186