Socket
Socket
Sign inDemoInstall

remark-lint-final-newline

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-final-newline

remark-lint rule to warn when a newline at the end of a file is missing


Version published
Maintainers
2
Created

What is remark-lint-final-newline?

The remark-lint-final-newline package is a plugin for remark-lint, a tool for linting Markdown files. This specific plugin ensures that Markdown files end with a newline character. It helps maintain consistency and follows best practices for text files.

What are remark-lint-final-newline's main functionalities?

Linting for final newline

This feature ensures that the Markdown file ends with a newline character. The code sample shows how to include the plugin in a remark-lint configuration.

module.exports = {
  plugins: [
    'remark-lint',
    'remark-lint-final-newline'
  ]
};

Other packages similar to remark-lint-final-newline

Keywords

FAQs

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

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