🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@golms/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golms/prettier-config

Prettier config used at SimonGolms

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

prettier-config

Prettier config used at SimonGolms

npm version License: Apache-2.0 Maintenance Conventional Commits semantic-release: angular

Usage

Install the package using npm

npm install --save-dev --save-exact @golms/prettier-config

Create a .prettierrc.js file in your projects root directory and export your desired modifications.

module.exports = {
  ...require("@golms/prettier-config"),
  // printWidth: 140, // to overwrite the property
};

Check out the prettier documentation for more info on sharing configurations.

Local Development

Install Dependencies

npm install

Test

npm test

Repair

This command may be useful when obscure errors or issues are encountered. It removes and recreates dependencies of your project.

npm run repair

Release

Fully automated version management and package publishing via semantic-release. It bumps the version according to conventional commits, publishes the package to npm and release a new version to GitHub.

Make sure that the secrets GITHUB_TOKEN and NPM_TOKEN are available in GitHub repository.

npm run release:ci

Manual Release

Make sure that the environment variables GITHUB_TOKEN and NPM_TOKEN are set or declared in .env and a productive build was previously created via npm run build.

npm run release

Show your support

Give a ⭐️ if this project helped you!

License

Copyright Š 2022 Simon Golms.
This project is MIT licensed.

Resources

Keywords

configuration

FAQs

Package last updated on 29 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts