1.0.0 • Published 5 years ago
stylelint-config-bellangerq v1.0.0
stylelint-config-bellangerq
Custom stylelint configuration of Quentin Bellanger.
⚠️ In order to use this configuration, stylelint must be installed.
Installation
# Using npm
npm install stylelint-config-bellangerq --save-dev
# Using yarn
yarn add -D stylelint-config-bellangerqUsage
Create a stylelint.config.js file at the project's root:
modules.exports = {
extends: 'stylelint-config-bellangerq'
}Development
Update the configuration in the main index.js file and test it against sample files (.css, .scss and .vue):
yarn lintDeploying
Update the package version (this project only uses major versions):
npm version majorPush the latest version on npm:
npm publishPush the latest version on GitHub:
git push --tags