Skip to content

Objectway/styleguides

Repository files navigation

Styleguides

Simple guidelines and text-editor/ide configuration files shared across projects

OW Main Styleguides

In depth documentation for BEM

Git global gitignore configuration

Mandatory linters

Nice to have linters

Deprecated linters

Linters configuration files

Deprecated linters configuration files

StyleLint in depth installation guide

Atomic Design documentation

Stylelint installation

Depending on your editor you can install Stylelint locally on your project or globally ( most of the times globally will work with every editor), Stylelint plugins need to be installed LOCALLY on your project.

Remember to use --save-dev in your npm installation if you want to save those packages as dependencies in your project!

Webstorm configuration

In your project root folder

$ npm install stylelint stylelint-order stylelint-scss than configure the Stylelint package configuration with the local installation:

Webstorm configuration

Visual Studio Code

$ npm install -g stylelint-order

$ npm install stylelint-order stylelint-scss

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •