Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

AtomLinter/linter-htmllint

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

linter-htmllint

A plugin for Linter providing an interface to htmllint. 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-htmllint

Config

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

Settings

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