Socket
Book a DemoInstallSign in
Socket

pa11y-runner-curlylint

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pa11y-runner-curlylint

Pa11y runner for HTML linting with curlylint

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

pa11y-runner-curlylint npm Build Status Total alerts Language grade: JavaScript

Pa11y runner for HTML linting with curlylint.

Usage

🚧 Currently the runner is only compatible with PR #524 – Add lower-level runner API to support non-browser runners, and on my fork thibaudcolas/pa11y#feature/node-runners.

curlylint first needs to be installed separately. Then,

npm install -g https://github.com/thibaudcolas/pa11y#feature/node-runners pa11y-runner-curlylint

With curlylint, Pa11y, and the runner installed,

pa11y --runner curlylint https://www.example.com/

Why

curlylint isn’t an accessibility checker like other Pa11y runners – it’s a general-purpose templates linter. Nonetheless, it contains linting rules that are related to accessibility, and code smell rules that can help maintain codebases.

Contributing

See anything you like in here? Anything missing? We welcome all support, whether on bug reports, feature requests, code, design, reviews, tests, documentation, and more. Please have a look at our contribution guidelines.

Credits

View the full list of contributors. MIT licensed.

Keywords

pa11y

FAQs

Package last updated on 03 Jun 2020

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