1.0.1 • Published 1 year ago

@digitpaint/prettier-config v1.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

Digitpaint Stylelint Configuration | CSS

Prettier configuration for formatting of files (CSS, SCSS, SASS)

About Stylelint configuration

https://prettier.io/

How to use this package

Make sure you have a working Prettier setup in your project

Install package

npm install @digitpaint/prettier-config

How to include this in your Stylelint config

Add the following to your stylelint configuraiton

{
  "extends": "@digitpaint/prettier-config"
}

How to publish a new version of Digitpaint Stylelint Configuration

Login to NPM Registry

  • You need access (or reach out to a colleague) to devops@digitpaint.nl mailbox
  • Login to the registry using npm adduser (see credentials in LastPass: npmjs.com)
  • Enter OTP sent by e-mail

Publish the package

  • Make sure you have updated the version in package.json
  • Make sure you have tagged this version in the main branch in the remote repository
  • Run npm publish
1.0.1

1 year ago

1.0.0

1 year ago