Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@double-great/remark-lint-alt-text

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@double-great/remark-lint-alt-text

A remark-lint plugin that finds unhelpful or missing image alt text

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
127
-21.12%
Maintainers
2
Weekly downloads
 
Created
Source

remark-lint-alt-text Build Status

A remark-lint plugin that finds unhelpful or missing image alt text.

It uses the rules definition from https://github.com/double-great/alt-text.

Install

npm install --save-dev remark-cli @double-great/remark-lint-alt-text

Add the remark-lint-alt-text plugin to your remark configuration:

"remarkConfig": {
  "plugins": [
    "@double-great/remark-lint-alt-text"
  ]
},

You can also customize suggestions:

"remarkConfig": {
  "plugins": [
    ["@double-great/remark-lint-alt-text", [1, { "empty-alt-text": false }]],
  ]
},

Keywords

accessibility

FAQs

Package last updated on 19 Jan 2025

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