3.0.24 • Published 3 years ago

@dnb-hugo/textlint-config v3.0.24

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

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

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.

DNB-HUGO on npmjs.com