6.0.2 • Published 1 month ago

@netsells/stylelint-config v6.0.2

Weekly downloads
12
License
ISC
Repository
-
Last release
1 month ago

Netsells Logo

Netsells Stylelint Config

This repository contains the defacto-standard stylelint configuration used on all Netsells projects, both internally and client.

Usage

Add the config to your project dependencies:

yarn add @netsells/stylelint-config

Now extend the config in your project. For example, a .stylelintrc file in your project root:

{
  "extends": "@netsells/stylelint-config"
}

With webpack

Add the stylelint-webpack-plugin to your project:

yarn add stylelint-webpack-plugin

Add the plugin to your webpack config:

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

...

{
    plugins: [
        new StyleLintPlugin({
            configFile: './.stylelintrc',
            files: './resources/assets/**/*',
        }),
    ],
},
6.0.2

1 month ago

6.0.1

10 months ago

6.0.0

10 months ago

5.0.1

2 years ago

5.0.0

3 years ago

4.0.0

4 years ago

3.3.2

4 years ago

3.3.1

4 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.3.0

5 years ago

2.0.1

5 years ago

1.1.0

5 years ago