Socket
Book a DemoInstallSign in
Socket

stylelint-config-vtech

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-vtech

The stylelint config used at V-Technologies

latest
Source
npmnpm
Version
0.4.0
Version published
Weekly downloads
10
100%
Maintainers
2
Weekly downloads
 
Created
Source

stylelint-config-vtech

The stylelint config used for front-end projects at V-Technologies.

Setup

Install the package:

npm install --save-dev stylelint stylelint-config-vtech

Configure stylelint by adding .stylelintrc at the root of your project:

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

Use with webpack

npm install --save-dev stylelint-webpack-plugin

Then add in your webpack.config.js

const StylelintPlugin = require('stylelint-webpack-plugin');

plugins: [
    new StylelintPlugin()
]

FAQs

Package last updated on 08 Jan 2020

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