@dnb-hugo/textlint-config

Textlint configuration used in dnb-hugo projects.

Usage no npm install needed!

<script type="module">
  import dnbHugoTextlintConfig from 'https://cdn.skypack.dev/@dnb-hugo/textlint-config';
</script>

README

lernaCodacy Badge

DNB-Hugo / textlint-config

Textlint configuration used in dnb-hugo projects.

Installation

npm install -D dnb-hugo/textlint-config-dnb

Configuration

Put the following into .textlintrc.js in the root of your project.

const defaultTextlintConfig = require('@dnb-hugo/textlint-config-dnb');
module.exports = defaultTextlintConfig;

All configuration packages

Package Notes
browserslist-config Browserslist configuration used in dnb-hugo projects.
commitlint-config Commitlint configuration used in dnb-hugo projects.
eslint-config ESLint configuration used in dnb-hugo projects.
remark-config Remark configuration used in dnb-hugo projects.
standard-version-config Standard Version configuration used in dnb-hugo projects.
stylelint-config Stylelint configuration used in dnb-hugo projects.
textlint-config Textlint configuration used in dnb-hugo projects.

DNB-HUGO on npmjs.com