Skip to content

nabaroa/stylelintrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.stylelintrc

Add the .stylelintrc file on the root of your project in order to have a config file to lint the styles.

Stylelint info

How to use

npm install -g stylelint

Autofixing errors:

stylelint "foo/**/*.css | less | scss" --fix

The errors that couldn´t be fixed appear on the console and must be fixed by hand.

About the rules

The rules used in .stylelintrcis a mix between stylelint-config-recommended and stylelint-config-standard

Releases

No releases published

Packages

No packages published