Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@acot/acot-preset-axe

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acot/acot-preset-axe

An axe rule set for acot.

  • 0.0.19
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@acot/acot-preset-axe

An axe rule set for acot.

Installation

Install via npm:

$ npm install --save-dev @acot/acot-preset-axe

Usage

Add @acot/axe to the presets field of the acot config file. then configure the rules you want to use under the rules section.

{
  "presets": ["@acot/axe"],
  "rules": {
    "@acot/axe/wcag2a": "error"
  }
}

You can also enable all the recommended rules for our preset. Add preset:@acot/axe/recommended in extends:

{
  "extends": ["preset:@acot/axe/recommended"]
}

Supported Rules

NameSummary:heavy_check_mark:
@acot/axe/best-practiceRun the rules specified in the "best-practice" tag of Axe.:heavy_check_mark:
@acot/axe/experimentalRun the rules specified in the "experimental" tag of Axe.:heavy_check_mark:
@acot/axe/wcag21aRun the rules specified in the "wcag21a" tag of Axe.:heavy_check_mark:
@acot/axe/wcag21aaRun the rules specified in the "wcag21aa" tag of Axe.:heavy_check_mark:
@acot/axe/wcag2aRun the rules specified in the "wcag2a" tag of Axe.:heavy_check_mark:
@acot/axe/wcag2aaRun the rules specified in the "wcag2aa" tag of Axe.:heavy_check_mark:
@acot/axe/wcag2aaaRun the rules specified in the "wcag2aaa" tag of Axe.:heavy_check_mark:

Keywords

FAQs

Package last updated on 05 Jun 2022

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