stylelint-config-vtech

0.4.0 • Public • Published

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()
]

Readme

Keywords

none

Package Sidebar

Install

npm i stylelint-config-vtech

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

5.85 kB

Total Files

5

Last publish

Collaborators

  • fg
  • leimi