New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-lint-list-item-bullet-indent

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-list-item-bullet-indent

remark-lint rule to warn when list item bullets are indented

  • 5.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created

What is remark-lint-list-item-bullet-indent?

The remark-lint-list-item-bullet-indent package is a linting rule for remark-lint that ensures list item bullets are indented correctly. It helps maintain consistent markdown formatting by checking the indentation of list item bullets.

What are remark-lint-list-item-bullet-indent's main functionalities?

Linting list item bullet indentation

This feature ensures that list item bullets are indented correctly. The code sample shows how to configure the plugin in a remark configuration file to enforce this rule.

module.exports = {
  "plugins": [
    ["remark-lint-list-item-bullet-indent", [true]]
  ]
};

Other packages similar to remark-lint-list-item-bullet-indent

Keywords

FAQs

Package last updated on 27 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

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