Skip to content

typedigital/stylelint-config-typedigital

Repository files navigation

stylelint-config-typedigital

code style typedigital npm

Installation

npm i --save-dev stylelint stylelint-config-typedigital

Setup

Add a .stylelintrc file with the following content to the root of your project:

{
  "extends": [
    "stylelint-config-typedigital",
  ]
}

Setup with styled-components

Prerequesites for this setup

  • stylelint
  • stylelint-processor-styled-components
  • stylelint-config-styled-components config to disable stylelint rules of this config that clash with styled-components
{
  "processors": [
    "stylelint-processor-styled-components"
  ],
  "extends": [
    "stylelint-config-typedigital",
    "stylelint-config-styled-components"
  ]
}

For further information visit stylelint-processor-styled-components

Focus of this coding guidelines

coming soon

License

Unlicense

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •