@hint/connector-jsdom
hint connector for JSDOM
Last updated 4 years ago by vidorteg .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/connector-jsdom 
SYNC missed versions from official npm registry.

jsdom (@hint/connector-jsdom)

A connector to use jsdom in webhint.

Installation

This package is installed automatically when adding webhint to your project so running the following is enough:

npm install hint --save-dev

To use it, activate it via the .hintrc configuration file:

{
    "connector": {
        "name": "jsdom"
    },
    ...
}

Options

The set of settings supported by jsdom connector are:

  • ignoreHTTPSError (boolean): Indicates if errors with certificates should be ignored. Use this when checking self-signed certificates. It is false by default.
  • waitFor (number): time in milliseconds the connector will wait after the site is ready before starting the DOM traversing and stop listening to any network request. By default, it will wait until the network is somehow "quiet" even though more requests could be processed after DOM traversing. Default is 5000.
{
    "connector": {
        "name": "jsdom",
        "options": {
            "ignoreHTTPSErrors": false,
            "waitFor": 10000
        }
    },
    ...
}

Further Reading

Current Tags

  • 4.1.24                                ...           latest (4 years ago)

57 Versions

  • 4.1.24                                ...           4 years ago
  • 4.1.23                                ...           4 years ago
  • 4.1.22                                ...           4 years ago
  • 4.1.21                                ...           4 years ago
  • 4.1.20                                ...           4 years ago
  • 4.1.19                                ...           4 years ago
  • 4.1.18                                ...           4 years ago
  • 4.1.17                                ...           4 years ago
  • 4.1.16                                ...           4 years ago
  • 4.1.15                                ...           4 years ago
  • 4.1.14                                ...           4 years ago
  • 4.1.13                                ...           4 years ago
  • 4.1.12                                ...           4 years ago
  • 4.1.11                                ...           5 years ago
  • 4.1.10                                ...           5 years ago
  • 4.1.9                                ...           5 years ago
  • 4.1.8                                ...           5 years ago
  • 4.1.7                                ...           6 years ago
  • 4.1.6                                ...           6 years ago
  • 4.1.5                                ...           6 years ago
  • 4.1.4                                ...           6 years ago
  • 4.1.3                                ...           6 years ago
  • 4.1.2                                ...           6 years ago
  • 4.1.1                                ...           6 years ago
  • 4.1.0                                ...           6 years ago
  • 4.0.13                                ...           6 years ago
  • 4.0.12                                ...           7 years ago
  • 4.0.11                                ...           7 years ago
  • 4.0.10                                ...           7 years ago
  • 4.0.9                                ...           7 years ago
  • 4.0.8                                ...           7 years ago
  • 4.0.7                                ...           7 years ago
  • 4.0.6                                ...           7 years ago
  • 4.0.5                                ...           7 years ago
  • 4.0.4                                ...           7 years ago
  • 4.0.3                                ...           7 years ago
  • 4.0.2                                ...           7 years ago
  • 4.0.1                                ...           7 years ago
  • 4.0.0                                ...           7 years ago
  • 3.0.1                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.0.9                                ...           7 years ago
  • 1.0.8                                ...           7 years ago
  • 1.0.7                                ...           8 years ago
  • 1.0.6                                ...           8 years ago
  • 1.0.5                                ...           8 years ago
  • 1.0.4                                ...           8 years ago
  • 1.0.3                                ...           8 years ago
  • 1.0.2                                ...           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 1
Last Month 1
Dependencies (10)
Dev Dependencies (19)

Copyright 2013 - present © cnpmjs.org | Home |