@hint/configuration-development
webhint's recommended hints configuration for development
Last updated 3 years ago by antross .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @hint/configuration-development 
SYNC missed versions from official npm registry.

webhint development configuration

To examine your raw source, use @hint/configuration-development.

NOTE: To examine development and live websites, use @hint/configuration-web-recommended.

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": ["development"]
}

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

{
    "connector": "local",
    "extends": [
        "accessibility",
        "progressive-web-apps"
    ],
    "formatters": [
        "html",
        "summary"
    ],
    "hints": {
        "axe": "error",
        "babel-config/is-valid": "error",
        "disown-opener": "error",
        "highest-available-document-mode": "error",
        "manifest-exists": "off",
        "meta-charset-utf-8": "error",
        "meta-viewport": "error",
        ...
    },
    "hintsTimeout": 10000
}

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

{
    "extends": ["development"],
    "formatters": ["codeframe"]
}

Current Tags

  • 8.3.20                                ...           latest (3 months ago)

63 Versions

  • 8.3.20                                ...           3 months ago
  • 8.3.19                                ...           8 months ago
  • 8.3.18                                ...           a year ago
  • 8.3.17                                ...           a year ago
  • 8.3.16                                ...           2 years ago
  • 8.3.15                                ...           2 years ago
  • 8.3.14                                ...           2 years ago
  • 8.3.13                                ...           2 years ago
  • 8.3.12                                ...           2 years ago
  • 8.3.11                                ...           2 years ago
  • 8.3.10                                ...           2 years ago
  • 8.3.9                                ...           2 years ago
  • 8.3.8                                ...           2 years ago
  • 8.3.7                                ...           2 years ago
  • 8.3.6                                ...           2 years ago
  • 8.3.5                                ...           3 years ago
  • 8.3.4                                ...           3 years ago
  • 8.3.3                                ...           3 years ago
  • 8.3.2                                ...           3 years ago
  • 8.3.1                                ...           3 years ago
  • 8.3.0                                ...           3 years ago
  • 8.2.4                                ...           3 years ago
  • 8.2.3                                ...           3 years ago
  • 8.2.2                                ...           3 years ago
  • 8.2.1                                ...           4 years ago
  • 8.2.0                                ...           4 years ago
  • 8.1.0                                ...           4 years ago
  • 8.0.7                                ...           4 years ago
  • 8.0.6                                ...           4 years ago
  • 8.0.5                                ...           4 years ago
  • 8.0.4                                ...           5 years ago
  • 8.0.3                                ...           5 years ago
  • 8.0.2                                ...           5 years ago
  • 8.0.1                                ...           5 years ago
  • 8.0.0                                ...           5 years ago
  • 7.3.1                                ...           5 years ago
  • 7.3.0                                ...           5 years ago
  • 7.2.5                                ...           5 years ago
  • 7.2.4                                ...           5 years ago
  • 7.2.3                                ...           5 years ago
  • 7.2.2                                ...           5 years ago
  • 7.2.1                                ...           5 years ago
  • 7.2.0                                ...           5 years ago
  • 7.1.0                                ...           5 years ago
  • 7.0.4                                ...           5 years ago
  • 7.0.3                                ...           5 years ago
  • 7.0.2                                ...           5 years ago
  • 7.0.1                                ...           5 years ago
  • 7.0.0                                ...           5 years ago
  • 6.2.2                                ...           5 years ago
  • 6.2.1                                ...           6 years ago
  • 6.2.0                                ...           6 years ago
  • 6.1.1                                ...           6 years ago
  • 6.1.0                                ...           6 years ago
  • 6.0.0                                ...           6 years ago
  • 5.0.0                                ...           6 years ago
  • 4.0.0                                ...           6 years ago
  • 3.0.0                                ...           6 years ago
  • 2.0.0                                ...           6 years ago
  • 1.1.2                                ...           6 years ago
  • 1.1.1                                ...           6 years ago
  • 1.1.0                                ...           6 years ago
  • 1.0.0                                ...           6 years ago

© 2010 - cnpmjs.org x YWFE | Home | YWFE