3.0.24 • Published 3 years ago

@dnb-hugo/remark-config v3.0.24

Weekly downloads
71
License
MIT
Repository
github
Last release
3 years ago

lernaCodacy Badge

DNB-Hugo / remark-config

Remark configuration used in dnb-hugo projects.

Notes

This configuration uses remark-preset-lint-recommended with some additions on it's own.

You probably won't need this ;)

Installation

npm install -D dnb-hugo/remark-config

Configuration

Put the following into .remarkrc in the root of your project. Remove the write-good line if you want to ensure the quality of text. It tends to be overzealous though, so it's deactivated by default.

{
  "plugins": [
    "@dnb-hugo/remark-config",
    ["remark-lint-write-good", false]
  ]
}

Remark Setup Rules

All configuration packages

PackageNotes
browserslist-configBrowserslist configuration used in dnb-hugo projects.
commitlint-configCommitlint configuration used in dnb-hugo projects.
eslint-configESLint configuration used in dnb-hugo projects.
remark-configRemark configuration used in dnb-hugo projects.
standard-version-configStandard Version configuration used in dnb-hugo projects.
stylelint-configStylelint configuration used in dnb-hugo projects.
textlint-configTextlint configuration used in dnb-hugo projects.
3.0.24

3 years ago

3.0.16

3 years ago

3.0.17

3 years ago

3.0.13

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.17

3 years ago

2.0.16

3 years ago

2.0.13

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.11

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.10

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.4

3 years ago