@hint/configuration-web-recommended
webhint's recommended hints configuration for live websites
Last updated 4 years ago by vidorteg .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/configuration-web-recommended 
SYNC missed versions from official npm registry.

webhint recommended web configuration

To examine development or in-production websites, use @hint/configuration-web-recommended.

NOTE: This package is for use against any content served from a web server.

This webhint configuration package is installed automatically by webhint.

To install webhint, run the command in the following code snippet.

npm install hint --save-dev

NOTE: The recommended way of running webhint is as a devDependency of your project.

Copy the following code snippet and add it to your .hintrc file.

{
    "extends": ["web-recommended"]
}

The following code snippet is an expanded version of the previous code snippet.

{
    "connector": {
        "name": "puppeteer"
    },
    "extends": [
        "accessibility"
    ],
    "formatters": [
        "html",
        "summary"
    ],
    "hints": {
        "axe": "error",
        "content-type": "error",
        "disown-opener": "error",
        "highest-available-document-mode": "error",
        "html-checker": "error",
        "http-cache": "error",
        "http-compression": "error",
        ...
    },
    "hintsTimeout": 120000
}

The following code snippet includes another formatter (or any other hint or connector, and so on).

{
    "extends": ["web-recommended"],
    "formatters": ["codeframe"]
}

Current Tags

  • 8.2.16                                ...           latest (4 years ago)

57 Versions

  • 8.2.16                                ...           4 years ago
  • 8.2.15                                ...           4 years ago
  • 8.2.14                                ...           4 years ago
  • 8.2.13                                ...           4 years ago
  • 8.2.12                                ...           4 years ago
  • 8.2.11                                ...           4 years ago
  • 8.2.10                                ...           4 years ago
  • 8.2.9                                ...           4 years ago
  • 8.2.8                                ...           4 years ago
  • 8.2.7                                ...           4 years ago
  • 8.2.6                                ...           4 years ago
  • 8.2.5                                ...           4 years ago
  • 8.2.4                                ...           4 years ago
  • 8.2.3                                ...           4 years ago
  • 8.2.2                                ...           5 years ago
  • 8.2.1                                ...           5 years ago
  • 8.2.0                                ...           5 years ago
  • 8.1.0                                ...           5 years ago
  • 8.0.7                                ...           6 years ago
  • 8.0.6                                ...           6 years ago
  • 8.0.5                                ...           6 years ago
  • 8.0.4                                ...           6 years ago
  • 8.0.3                                ...           6 years ago
  • 8.0.2                                ...           6 years ago
  • 8.0.1                                ...           6 years ago
  • 8.0.0                                ...           6 years ago
  • 7.2.7                                ...           6 years ago
  • 7.2.6                                ...           6 years ago
  • 7.2.5                                ...           6 years ago
  • 7.2.4                                ...           7 years ago
  • 7.2.3                                ...           7 years ago
  • 7.2.2                                ...           7 years ago
  • 7.2.1                                ...           7 years ago
  • 7.2.0                                ...           7 years ago
  • 7.1.0                                ...           7 years ago
  • 7.0.4                                ...           7 years ago
  • 7.0.3                                ...           7 years ago
  • 7.0.2                                ...           7 years ago
  • 7.0.1                                ...           7 years ago
  • 7.0.0                                ...           7 years ago
  • 6.2.2                                ...           7 years ago
  • 6.2.1                                ...           7 years ago
  • 6.2.0                                ...           7 years ago
  • 6.1.0                                ...           7 years ago
  • 6.0.0                                ...           7 years ago
  • 5.0.0                                ...           7 years ago
  • 4.0.0                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           8 years ago
  • 1.2.0                                ...           8 years ago
  • 1.1.1                                ...           8 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
  • 1.0.0-beta.1                                ...           8 years ago
  • 1.0.0-beta.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 2
Last Month 11
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |