Skip to content

Shyp/stylelint-config-shyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-shyp

A baseline for stylesheet linting projects using stylelint.

Usage

Install via:

$ npm install --save-dev stylelint stylelint-config-shyp

.stylelintrc:

{
  "extends": "stylelint-config-shyp"
}

Makefile:

stylelint:
  $$(npm bin)/stylelint 'src/**/*.scss' --config .stylelintrc --syntax scss

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published