@hint/hint-compat-api
hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported
Last updated 4 years ago by vidorteg .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/hint-compat-api 
SYNC missed versions from official npm registry.

Compatibility of CSS, HTML and JavaScript features (compat-api)

compat api contains hints to check if your CSS, HTML, and JavaScript have deprecated or not broadly supported features.

Why is this important?

You need to know if all the properties that you are using in your files are compatible with the target browsers that you want to support.

Hints

How to use these hints?

This package is installed automatically by webhint:

npm install hint --save-dev

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

{
    "connector": {...},
    "formatters": [...],
    "hints": {
        "compat-api/css": "error",
        "compat-api/html": "error",
        ...
    },
    "parsers": [...],
    ...
}

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

Current Tags

  • 4.5.3                                ...           latest (4 years ago)

45 Versions

  • 4.5.3                                ...           4 years ago
  • 4.5.2                                ...           4 years ago
  • 4.5.1                                ...           4 years ago
  • 4.5.0                                ...           4 years ago
  • 4.4.12                                ...           4 years ago
  • 4.4.11                                ...           4 years ago
  • 4.4.10                                ...           4 years ago
  • 4.4.9                                ...           4 years ago
  • 4.4.8                                ...           4 years ago
  • 4.4.7                                ...           4 years ago
  • 4.4.6                                ...           4 years ago
  • 4.4.5                                ...           4 years ago
  • 4.4.4                                ...           4 years ago
  • 4.4.3                                ...           5 years ago
  • 4.4.2                                ...           5 years ago
  • 4.4.1                                ...           5 years ago
  • 4.4.0                                ...           5 years ago
  • 4.3.6                                ...           6 years ago
  • 4.3.5                                ...           6 years ago
  • 4.3.4                                ...           6 years ago
  • 4.3.3                                ...           6 years ago
  • 4.3.2                                ...           6 years ago
  • 4.3.1                                ...           6 years ago
  • 4.3.0                                ...           6 years ago
  • 4.2.0                                ...           6 years ago
  • 4.1.3                                ...           6 years ago
  • 4.1.2                                ...           7 years ago
  • 4.1.1                                ...           7 years ago
  • 4.1.0                                ...           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.2                                ...           7 years ago
  • 3.0.1                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.1.1                                ...           7 years ago
  • 2.1.0                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (6)
Dev Dependencies (17)

Copyright 2013 - present © cnpmjs.org | Home |