2.0.0 • Published 1 year ago

stylelint-config-ma v2.0.0

Weekly downloads
341
License
MIT
Repository
github
Last release
1 year ago

stylelint-config-ma

CircleCi npm Size Install Size

Stylelint shareable config used by MASSIVE ART.

Installation

To make use of this config, install this package as development dependency of your project:

npm install stylelint-config-ma --save-dev

Usage

Create a .stylelintrc config file:

.stylelintrc

{
    "extends": "stylelint-config-ma"
}

Version Update & Publish to NPM

1. Create release on github

Update package.json version on master branch:

git checkout master
git pull origin master
npm version [ major | minor | patch ] --no-git-tag-version
git add .
git commit -m "Release <version>"
git push origin master

Generate changelog:

github_changelog_generator --future-release <version>

Copy the text of the last release into and get new release.

2. Publish release

git fetch --tags
git checkout <version>
rm CHANGELOG.md # else it will be published with it
npm pack --dry-run # check that no unnecessary files are packed
npm publish
2.0.0

1 year ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago