Socket
Book a DemoInstallSign in
Socket

@almacareer/remark-config

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@almacareer/remark-config

Alma Career's config for Markdown linting with Remark

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
36
200%
Maintainers
0
Weekly downloads
 
Created
Source

@almacareer/remark-config

Alma Career’s config for remark-cli

Usage

npm i --dev remark-cli @almacareer/remark-config

Now, create a .remarkrc.js file in your project’s root with the following contents:

import config from '@almacareer/remark-config';

export default {
  ...config,
};

Remark’s configuration does not support built-in extensibility/inheritance of configuration so if you’d like to change some configuration options you will have to resort to standard JavaScript’s object mutation/extension patterns.

Keywords

config

FAQs

Package last updated on 07 Aug 2024

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