1.0.0 • Published 4 years ago

stylelint-config-bellangerq v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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-bellangerq

Usage

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 lint

Deploying

Update the package version (this project only uses major versions):

npm version major

Push the latest version on npm:

npm publish

Push the latest version on GitHub:

git push --tags