New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@dsmjs/remark-preset-lint

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dsmjs/remark-preset-lint

remark preset to configure remark-lint with markdown style conventions

latest
Source
npmnpm
Version
2.0.20
Version published
Maintainers
2
Created
Source

remark-preset-lint

remark preset to configure remark-lint with markdown style conventions

Node CI Workflow Status

Usage

npm MIT license

Installation

$ npm install remark remark-cli @dsmjs/remark-preset-lint --save-dev

Configure

Add to the project's .remarkrc.js:

exports.plugins = ['@dsmjs/remark-preset-lint'];

Add an npm script that will run as part of npm test:

"lint:md": "remark --frail ."

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Dependabot

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

FAQs

Package last updated on 25 Oct 2023

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