New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-vi

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-vi

Stylelint shareable config used by VI Company

1.2.1
Source
npm
Version published
Weekly downloads
136
-37.04%
Maintainers
4
Weekly downloads
 
Created
Source

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

Keywords

stylelint

FAQs

Package last updated on 24 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts