stylelint-config-vi

Stylelint shareable config used by VI Company


Keywords
stylelint, stylelint-config, vi-company, config, css, linter, linter-config, sass
License
MIT
Install
npm install stylelint-config-vi@1.2.0

Documentation

stylelint-config-vi

npm Build Status

This package provides a Stylelint shareable config for the VI Company's Sass coding style.

Installation

To make use of this config, install Stylelint and this package as a development dependency of your project:

npm install stylelint stylelint-config-vi --save-dev

Usage

Create a .stylelintrc.js config file in the root of the project:

.stylelintrc.js

module.exports = {
  extends: 'stylelint-config-vi'
};

License

MIT © VI Company