Eric Cornelissen

Hey there 👋 I'm software engineering and open source enthusiast with an interest in security and usability. You can find me and my work right here or at the links below.

linter-htmllint

Linter plugin for Atom for html, using htmllint.

Description

Once I started using htmllint and found out there existed no Atom linter plugin, I decided to start one myself. I started with a fork of linter-htmlhint and modified the code such that it worked for htmllint instead of htmlhint. On top of that I added a feature to report new bugs directly from the Atom editor, and the option to automatically disable the linter if no configuration file is found.

Back to top