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

webhint's recommended progressive web apps configuration (@hint/configuration-progressive-web-apps)

This packages is a webhint's configuration package to use for checking progressive web apps (PWAs) and it is installed automatically by webhint:

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

The minimum required .hintrc file to use it is the following:

{
    "extends": ["progressive-web-apps"]
}

and it will be as if you had this:

{
    "connector": {
        "name": "puppeteer"
    },
    "formatters": [
        "html",
        "summary"
    ],
    "hints": {
        "apple-touch-icons": "error",
        "manifest-app-name": "error",
        "manifest-exists": "error",
        "manifest-file-extension": "error",
        "manifest-icons": "error",
        "manifest-is-valid": "error",
        ...
    },
    "hintsTimeout": 120000,
    "parsers": [
        "manifest"
    ],
    ...
}

If you prefer to use another formatter (or any other hint/connector, etc.) you can do something like:

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

Current Tags

  • 7.0.25                                ...           latest (4 years ago)

50 Versions

  • 7.0.25                                ...           4 years ago
  • 7.0.24                                ...           4 years ago
  • 7.0.23                                ...           4 years ago
  • 7.0.22                                ...           4 years ago
  • 7.0.21                                ...           4 years ago
  • 7.0.20                                ...           4 years ago
  • 7.0.19                                ...           4 years ago
  • 7.0.18                                ...           4 years ago
  • 7.0.17                                ...           4 years ago
  • 7.0.16                                ...           4 years ago
  • 7.0.15                                ...           4 years ago
  • 7.0.14                                ...           4 years ago
  • 7.0.13                                ...           4 years ago
  • 7.0.12                                ...           4 years ago
  • 7.0.11                                ...           5 years ago
  • 7.0.10                                ...           5 years ago
  • 7.0.9                                ...           5 years ago
  • 7.0.8                                ...           5 years ago
  • 7.0.7                                ...           6 years ago
  • 7.0.6                                ...           6 years ago
  • 7.0.5                                ...           6 years ago
  • 7.0.4                                ...           6 years ago
  • 7.0.3                                ...           6 years ago
  • 7.0.2                                ...           6 years ago
  • 7.0.1                                ...           6 years ago
  • 7.0.0                                ...           6 years ago
  • 6.0.11                                ...           6 years ago
  • 6.0.10                                ...           6 years ago
  • 6.0.9                                ...           7 years ago
  • 6.0.8                                ...           7 years ago
  • 6.0.7                                ...           7 years ago
  • 6.0.6                                ...           7 years ago
  • 6.0.5                                ...           7 years ago
  • 6.0.4                                ...           7 years ago
  • 6.0.3                                ...           7 years ago
  • 6.0.2                                ...           7 years ago
  • 6.0.1                                ...           7 years ago
  • 6.0.0                                ...           7 years ago
  • 5.1.1                                ...           7 years ago
  • 5.1.0                                ...           7 years ago
  • 5.0.0                                ...           7 years ago
  • 4.0.0                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.1.2                                ...           7 years ago
  • 1.1.1                                ...           8 years ago
  • 1.1.0                                ...           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 0
Last Month 21
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |