0.4.0 • Published 4 years ago

stylelint-config-vtech v0.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago