Skip to content

openregion/stylelint-config-prettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stylelint shared config to use with Prettier

Open Region Stylelint shared config with turned off rules that are unnecessary or might conflict with Prettier.

Usage

Install package

npm install --save-dev @openregion/stylelint-config-prettier

Create .stylelintrc.json file with this content

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

Important

This config already includes @openregion/stylelint-config.

About

Turns off all rules that are unnecessary or might conflict with prettier.

Resources

License

Stars

Watchers

Forks

Contributors