An HTML linter for all markup developers.
markuplint is an HTML linter designed for all markup developers, providing peace of mind by ensuring clean and error-free code. The project is actively developed, with a stable and usable status.
To install markuplint CLI, run the following command:
npm install -g @markuplint/cli
For using markuplint in your project, you can install the core package with:
npm install @markuplint/ml-core
Similarly, install other specific packages like rules, html-parser, and template parser plugins by replacing the package name accordingly.
markuplint is an actively developed HTML linter catering to all markup developers. With a range of core packages and template parser plugins, it ensures clean and error-free markup code in various platforms. The availability of editor extensions like Visual Studio Code enhances the development experience, making it a comprehensive tool for maintaining HTML code quality.