1.0.0 • Published 7 years ago

stylelint-config-valtech v1.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

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.