3.5.11 • Published 2 years ago

@dnb-org/remark-config v3.5.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@dnb-org/remark-config

Remark configuration used in dnb-org projects.

Installation

Use npm to install this package as development dependency:

npm install --save-dev @dnb-org/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-org/remark-config", ["remark-lint-write-good", false]]
}

or in .remarkrc.js:

const defaultRemarkConfig = require("@dnb-org/remark-config");
module.exports = defaultRemarkConfig;

or in remarkConfig in package.json:

{
  "remarkConfig": {
    "plugins": ["@dnb-org/remark-config"]
  }
}

Configuration rules in this package

The dnb-org ruleset for remark-lint uses the following two presets:

The following rules and plugins are added or changed:

DNB-Org/Configurations

A collection of configurations for website development at DNB Org.

PackageDescription
babel-configBabel configuration
bootstrap-configBootstrap configuration
browserslist-configBrowserslist configuration
commitlint-configCommitlint configuration
cssnano-configCSSnano configuration
cypress-configCypress configuration
eslint-configESLint configuration
postcss-configPostCSS configuration
prettier-configPrettier configuration
remark-configReMark configuration
standard-version-configStandard Version configuration
stylelint-configStyleLint configuration
textlint-configTextLint configuration
webpack-configWebpack configuration
toolsTools
3.5.11

2 years ago

3.5.10

2 years ago

3.5.7

2 years ago

3.4.8

2 years ago

3.5.6

2 years ago

3.4.7

2 years ago

3.5.5

2 years ago

3.4.6

2 years ago

3.5.4

2 years ago

3.4.5

2 years ago

3.5.9

2 years ago

3.5.8

2 years ago

3.4.9

2 years ago

3.5.3

2 years ago

3.5.2

2 years ago

3.5.1

2 years ago

3.5.0

2 years ago

3.4.10

2 years ago

3.4.4

2 years ago

3.4.3

2 years ago

3.4.2

2 years ago

3.4.1

2 years ago

3.4.0

2 years ago

3.3.8

3 years ago

3.3.3

3 years ago

3.3.0

3 years ago

3.2.25

3 years ago

3.2.22

3 years ago

3.2.18

3 years ago

3.2.17

3 years ago

3.2.9

3 years ago

3.2.8

3 years ago

3.2.4

3 years ago

3.2.2

3 years ago

3.2.1

3 years ago

3.2.3

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.24

3 years ago