[Feature] Add linting of HTML code #471
Labels
Priority: Medium
The issue contains work with medium priority.
Template: Frontend
Issues regarding the frontend template.
Template: Webcomponent
Issues regarding the webcomponent template.
Type: Feature
The issue is an feature
Relevant template
refarch-frontend, refarch-webcomponent
Problem description (optional)
Currently we only lint the
<template>
parts of Vue SFCs in terms of Vue related mechanisms, but we don't check if the is conform to HTML5 standards by the W3C itself.Thats why we should include a linting tool to scan the HTML parts of our SFCs.
Desired solution
A npm-based solution to lint HTML files should be selected, properly configured and integrated into the
lint
script.This allows us to write more clean, maintainable and accessible HTML code.
Considered alternatives (optional)
No response
Additional context (optional)
No response
No duplicate
Code of Conduct
The text was updated successfully, but these errors were encountered: