0.1.0 • Published 7 years ago

stylelint-config-ovh v0.1.0

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
7 years ago

OVH component

stylelint-config-ovh

Official OVH rules for StyleLint.

:construction: This configuration is under active discussions, so some of our projects do not yet use this configuration

Getting Started

Installation

Just install Stylelint with the OVH config: npm install --save-dev stylelint stylelint-config-ovh

configuration

Creates an .stylelintrc.js in your project, and specify the config that you want to use:

{
    "extends": "stylelint-config-ovh"
}

Documentation

Default configuration

  • stylelint-config-ovh: shortcut for stylelint-config-ovh/configs/css (see below)

SCSS (Sass) configuration

These configurations depends of stylelint-scss.

  • stylelint-config-ovh/configs/scss: SCSS rules

CSS configuration

  • stylelint-config-ovh/configs/css: CSS rules

License

See LICENSE file.