3.0.0 • Published 12 months ago

grunt-html-validate v3.0.0

Weekly downloads
304
License
MIT
Repository
gitlab
Last release
12 months ago

grunt-html-validate

Validate files with html-validate

Install

$ npm install --save-dev grunt-html-validate

Usage

require("load-grunt-tasks")(grunt);

grunt.initConfig({
  htmlvalidate: {
    default: {
      src: ["file.html"],
    },
  },
});

Options

format

Type: string|string[]|[string, object][] Default: stylish

Set the output formatter.

{
  options: {
    format: ["stylish", ["json", { dest: "report.json" }]];
  }
}

failOnError

Type: boolean Default: true

Fail the build if any errors are encountered.

3.0.0

12 months ago

2.0.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.5.0

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

5 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago