ES lint rule set currently in use is for Vue 2 and doesn't include strongly-recommended rule set. As we are updating our system for Vue 3 we should use the recommended rule set for it, and make sure that all violations are fixed. In addition we don't have a standard on basic formatting rules, which we can enforce with an .editorconfig file.
Acceptance Criteria:
- ESLint rule is set to Vue 3 strongly-recommended rule set.
- All linting violations are fixed
-
We have decided and acted upon adding an .editorconfig fileWe have added stylelint to the project