1.1.4 • Published 6 months ago

stylelint-config-snapper v1.1.4

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
6 months ago

Stylelint Configuration Snapper

This repository Contains the stylelint configuration for Snapper

Link to Public npm package

Instructions

  • Install the official Stylelint extension
  • (Recommended) Install the Alphabetical Sorter extension

  • Pull the package into your project by running:

npm i -D stylelint-config-snapper
  • Edit (or create in the root directory) the .stylelintrc.config.js file and add 'stylelint-config-snapper' into the extends array. The file should look like this:
'use strict';

module.exports = {
  extends: ['stylelint-config-snapper']
};

Publishing packages

  • Go to packages/{package_to_publish} directory
  • Run the following command: (if you haven't added your user yet)
npm adduser
  • Bump the version number as appropriate following Semantic Versioning

  • Once logged in, you can run the following to publish the package:

npm run deploy
  • You will recieve an email when your package has been successfully published

1.1.1

6 months ago

1.1.0

6 months ago

1.1.4

6 months ago

1.1.2

6 months ago

1.0.0

10 months ago