@hint/hint-compat-api

@hint/hint-compat-api JS library homepage @hint/hint-compat-api JS library on GitHub @hint/hint-compat-api JS library on npm Download @hint/hint-compat-api JS library

hint to validate if the HTML, CSS, and JavaScript APIs of the project are deprecated or not broadly supported

Version 4.5.8 License Apache-2.0
@hint/hint-compat-api JS library homepage
@hint/hint-compat-api JS library on GitHub
@hint/hint-compat-api JS library on npm
Download @hint/hint-compat-api JS library
Keywords
hinthintcompat-apicompat-api-hint

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.