6.0.0 • Published 2 months ago

@vic1707/stylelint-config v6.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Stylelint config

to use this package install it with

npm install --save-dev @vic1707/stylelint-config stylelint

and create an .stylelintrc.json file with the following content

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

Here are the scripts I use to lint my code:

{
    "stylelint": "stylelint src/**/*.{css,scss,less}",
    "stylelint:fix": "stylelint --fix src/**/*.{css,scss,less}"
}

Original repo can be found here: https://github.com/vic1707/devconfig

6.0.0

2 months ago

5.0.0

2 months ago

4.0.3

3 months ago

4.0.2

4 months ago

4.0.1

6 months ago

4.0.0

8 months ago

3.0.4

11 months ago

3.0.3

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

1.0.4

1 year ago

2.0.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago