8.1.0 • Published 7 years ago

@satazor/stylelint-config v8.1.0

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

stylelint-config

Dependency status Dev Dependency status

My own stylelint configurations, based on stylelint-config-suitcss.

Installation

$ npm install --save-dev @satazor/stylelint-config

This config was tested with stylelint@^3.2.0. Use other versions at your own risk. I will try to keep this project up to date with the changes of stylelint and the plugins used here.

Usage

Create a .stylelintrc file with:

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

Feel free to override any rules you don't agree with.

File name convention

All files should be lowercased with dashes as separators

// Good
my-button.css
app.css

// Bad
MyButton.css
my_button.css
App.css

License

MIT License

8.1.0

7 years ago

8.0.0

8 years ago

7.0.0

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago