1.0.4 • Published 1 month ago

@farischt/prettier-config v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

@farischt/prettier-config

This library contains the Prettier configuration used by Farischt.

Installing the library

npm install --save-dev @farischt/eslint-config

Using the library

To use the library, you'll need to add the following to your .prettierrc.json file:

"@farischt/prettier-config"

Publishing updates

In order to publish an update of the library, you'll need to:

  • Update the version field in the package.json file;
  • Stage and commit all changes;
  • Tag the new commit with the new version number; and
  • Push all changes to the GitHub repository.

This can be done using the following commands:

npm version patch
git push origin main --tags

A GitHub Actions workflow will then automatically publish the package to the NPM registry.

1.0.4

1 month ago

1.0.2

3 months ago

1.0.0

3 months ago