Socket
Socket
Sign inDemoInstall

@hint/configuration-all

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hint/configuration-all

webhint's configuration that includes all the published packages


Version published
Weekly downloads
13
decreased by-83.33%
Maintainers
2
Weekly downloads
 
Created
Source

webhint's all configuration (@hint/configuration-all)

This is a webhint configuration package to use for enabling all hints.

This package will automatically install all the missing dependencies.

To use it you will have to install it via npm:

npm install @hint/configuration-all

Note: You can make npm install it as a devDependency using the --save-dev parameter, or to install it globally, you can use the -g parameter. For other options see npm's documentation.

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

{
    "extends": ["all"]
}

and it will be as if you had this:

{
    "connector": "puppeteer",
    "formatters": [
        "html",
        "summary"
    ],
    "hints": {
        "amp-validator": "error",
        "apple-touch-icons": "error",
        "axe/aria": "error",
        "axe/forms": "error",
        "axe/color": "error",
        ...
    },
    "hintsTimeout": 120000
}

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

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

Note: Not all the hints can be used for all connectors, you will be warned when a hint is going to be ignored for a connector.

e.g.

Warning: The hint "babel-config/is-valid" will be ignored for the connector "puppeteer"

Keywords

FAQs

Package last updated on 06 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc