Socket
Socket
Sign inDemoInstall

stylelint-config-vtech

Package Overview
Dependencies
341
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    stylelint-config-vtech

The stylelint config used at V-Technologies


Version published
Weekly downloads
3
decreased by-87.5%
Maintainers
2
Install size
5.71 kB
Created
Weekly downloads
 

Readme

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

Last updated on 08 Jan 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc