Skip to content
Linter plugin for html, using htmlhint
JavaScript
Find file
Latest commit 30fe26a @1000ch 1000ch Prepare 1.1.0 release
Failed to load latest commit information.
lib improve startup time
spec Revert code styles
.editorconfig rewrite
.gitattributes Fix the .gitattributes file
.gitignore rewrite
.travis.yml add spec
CONTRIBUTING.md rewrite
README.md rewrite
appveyor.yml add spec
circle.yml add spec
package.json Prepare 1.1.0 release

README.md

linter-htmlhint

A plugin for Linter providing an interface to HTMLHint. It will be used with files that have the syntax.

Installation

The Linter package will be installed for you to provide an interface to this package. If you are using an alternative debugging interface that supports linter plugins simply disable Linter.

$ apm install linter-htmlhint

Config

This plugin will search for a HTMLHint configuration file called .htmlhintrc and use that file if it exists in any parent folder. It will stop at the first .htmlhintrc file found.

Settings

You can configure linter-htmlhint in Atom's Settings.

Something went wrong with that request. Please try again.