Skip to content

jhpmatos/stylelint-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My own stylelint configurations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%