@inthepocket/stylelint-config-standard
v0.0.5
Published
## Usage
Downloads
186
Maintainers
Keywords
Readme
@inthepocket/stylelint-config
Usage
Install
npm i -D @inthepocket/stylelint-config-<type>
Configure Stylelint
{
"extends": ["@inthepocket/stylelint-config-<type>"]
}
Add script in package.json
For example:
{
"scripts": {
"stylelint": "stylelint '**/*.{css,scss,sass}' --fix"
}
}
Development
Install
npm i
Releasing a new version
npm run lerna:version
When run, this command does the following:
- Identifies packages that have been updated since the previous tagged release.
- Prompts for a new version.
- Modifies package metadata to reflect new release, running appropriate lifecycle scripts in root and per-package.
- Commits those changes and tags the commit.
- Pushes to the git remote.
- Publish packages updated since the last release.