Kotsu icon indicating copy to clipboard operation
Kotsu copied to clipboard

HTML Linting

Open ArmorDarks opened this issue 6 years ago • 4 comments

Okey, after all, it seems to be needed to avoid some stupid mistakes.

We will validate only build. So, it will be part of npm postbuild. We can't validate in runtime, because it can't work with templating languages. But I think that validating output will be just enough.

Local linters

API-based online validators

Those are the most accurate and up-to-date validation tools, since they will always validate against actual specs, but linting is very limited.

ArmorDarks avatar Jul 22 '17 08:07 ArmorDarks