@digitpaint/prettier-config
v1.0.1
Published
Prettier configuration for files
Downloads
1,198
Readme
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
[email protected]
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