4.0.0 • Published 6 months ago

grunt-html-validate v4.0.0

Weekly downloads
304
License
MIT
Repository
gitlab
Last release
6 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.

4.0.0

6 months ago

3.0.0

2 years ago

2.0.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.5.0

5 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

6 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago