🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

remark-lint-final-newline

Package Overview
Dependencies
Maintainers
0
Versions
13
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

3.0.1
latest
Source
npm
Version published
Weekly downloads
191K
13.67%
Maintainers
0
Weekly downloads
 
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

final

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