Skip to content

valtech-nyc/stylelint-config-valtech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-valtech

Stylelint configuration for Valtech's front-end team.

How to use

Install the npm module:

yarn add stylelint-config-valtech

Extend the Stylelint ruleset by adding this to your .stylelintrc.js:

module.exports = {
    extends: ['stylelint-config-valtech']
};

You can extend it with your own rules and plugins.