Skip to content

Feat/linter config

Albert Peci requested to merge feat/linter-setup into development
type: ✨ Enhancement
desc: Add and apply linter and formatter rules (ts, js, (S)CSS, vue, json)

Implements linters and formatters and applies them to the current project.

Proposed Changes

  • Setup and configure eslint
  • Setup and configure prettier
  • Setup and configure husky
  • Setup and configure conventional commits
  • Apply pre-commit hooks (eslint, prettier and conventional commits)
Edited by Albert Peci

Merge request reports