0.1.5 • Published 4 years ago

stylelint-config-typedigital v0.1.5

Weekly downloads
-
License
Unlicense
Repository
-
Last release
4 years ago

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

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago