Socket
Socket
Sign inDemoInstall

remark-lint-list-item-indent

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-list-item-indent

remark-lint rule to warn when the spacing between a list item’s bullet and its content violates a given style


Version published
Weekly downloads
142K
decreased by-6.35%
Maintainers
2
Weekly downloads
 
Created

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

The remark-lint-list-item-indent package is a plugin for remark-lint that ensures consistent indentation for list items in Markdown files. It helps maintain a uniform style and prevents issues related to inconsistent list item indentation.

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

Check for consistent indentation

This feature checks that list items are indented using spaces. The configuration specifies 'space' to enforce this rule.

module.exports = {
  plugins: [
    ['remark-lint-list-item-indent', 'space']
  ]
};

Check for tab indentation

This feature checks that list items are indented using tabs. The configuration specifies 'tab' to enforce this rule.

module.exports = {
  plugins: [
    ['remark-lint-list-item-indent', 'tab']
  ]
};

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

Keywords

FAQs

Package last updated on 17 Aug 2021

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