HTML, CSS, JS linters inside a Docker image.
2.4K
This Docker image provides a way to run HTML, CSS, JS linters via NPM's csslint, sass-lint, htmllint-cli and eslint inside of a Docker container. If you're looking for a way to lint your Web resources, this is the project you've been looking for!
htmllint uses a parser to get the DOM for your HTML. It then runs using the provided rules (and default rules) to lint both the DOM and then individual lines.
CSSLint is an open source CSS code quality tool. A lint tool performs static analysis of source code and flags patterns that might be errors or otherwise cause problems for the developer.
ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. In many ways, it is similar to JSLint and JSHint with a few exceptions.
A Node-only Sass linter for both sass and scss syntax!
Run continuously static quality checks via the listed linters powered by CI server jobs.
The key to this project is to get linters to work inside of a nodejs container. TDD is utilized via dockerlint and serverspec.
Adds htmllint-cli, sass-lint, csslint and eslint, so you can lint your web resources.
Content type
Image
Digest
Size
257.7 MB
Last updated
about 10 years ago
docker pull ekostadinov/web-linters