Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1002 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 1002 Bytes

Vite + Vue 3 + Typescript + Vue Router + Pinia + Eslint + Jest + Cypress

A Vite scaffolded project with Vue 3 + Typescript template extended with some useful tools which are included in a VUE CLI project

For better code quality

The following areas got some improvements (besides using the recommended ESLint rules):

  • Module imports (restricted paths, group organization, alphabetical order, removal of unused modules)
  • Promise and async/await (enforcing catch statements, enforcing param names and order in promise executor, enforcing using await in async functions)