Skip to content

Sharable stylelint config for my projects.

License

Notifications You must be signed in to change notification settings

hidoo/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

419 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@hidoo/stylelint-config

Test

Shareable stylelint config for my projects.

Installation

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

Usage

Basic rules for CSS syntax

{
  "extends": ["@hidoo/stylelint-config"]
}

Basic rules with the order of properties

{
  "extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+order"]
}

Basic rules with the browser compatibility check

{
  "extends": [
    "@hidoo/stylelint-config",
    "@hidoo/stylelint-config/+compatibility"
  ]
}

Basic rules with the performance check

{
  "extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+performance"]
}

Basic rules with SCSS syntax

{
  "extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+scss"]
}

Test

$ pnpm test

License

MIT

About

Sharable stylelint config for my projects.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors