grunt-htmlcs

0.1.2 • Public • Published

grunt-htmlcs

Grunt task for HTML linter: htmlcs.

Installation

npm install grunt-htmlcs

Usage

Add a the Grunt configuration:

htmlcs: {
    all: {
        files: {
            src: ['src/{,**/}*.html']
        }
    }
}

Load the task:

grunt.loadNpmTasks('grunt-htmlcs');

And run it:

grunt htmlcs:all

See the simple full example.

Configuration

Configuration of the htmlcs rules is done by adding a file .htmlcsrc next to your Gruntfile. The config file indicates which rules should be run with which options. See default list to get started.

Readme

Keywords

Package Sidebar

Install

npm i grunt-htmlcs

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • rmoelker