Package detail

@strv/remark-config

strvcom5BSD-3-Clause3.0.0

STRV's config for Remark

config, lint, markdown, remark

readme

@strv/remark-config

STRV's config for remark-cli

Usage

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

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

'use strict'

const config = require('./packages/remark-config')

module.exports = {
  ...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.

License

See the LICENSE file for more information.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2024-02-16)

Features

  • rule: support ESLint v8, many new rules 🎉 (aaf5708)
  • the road to ESLint v9 🚀 (#247) (c3d3ece)
  • upgrade all deps 💣 (cd77c39)

2.0.0 (2021-09-07)

Note: Version bump only for package @strv/remark-config

2.0.0-alpha.2 (2021-09-07)

Bug Fixes

  • rule: use correct semver ranges for engines.node 🤦‍♂️ (5f1737f)

chore

  • deps: upgrade all deps 💣 (3a827aa)
  • repo: bump minimum Node.js version (a8125c2)

BREAKING CHANGES

  • repo: All packages must now be used with a minimum of Node.js 14 or 16.
  • deps: Most dependencies have been upgraded to a newer major version. Most of the time these upgrades dropped support for old Node.js versions.

2.0.0-alpha.1 (2021-02-03)

Features

  • remark: upgrade deps 💣 (f912e3c)

2.0.0-alpha.0 (2020-10-09)

Features

  • remark: upgrade deps, require Node.js v10 (0042eab)

BREAKING CHANGES

  • remark: This ruleset now requires at least Node.js v10.

1.0.2 (2019-08-13)

Bug Fixes

  • add missing deps to @strv/remark-config 🤦‍♂️ (9a279ba)
  • fix package.json author typo (80ec1e6)

1.0.1 (2019-04-05)

Note: Version bump only for package @strv/remark-config

1.0.0 (2019-03-07)

Features

  • add @strv/remark-config (735e7dd)

BREAKING CHANGES

  • Initial release 🚀