@avicenne-studio/prettier-config

1.0.2 • Public • Published

@avicenne-studio/prettier-config

This library contains the Prettier configuration used by Avicenne Studio.

Consider using the TypeScript configuration bundle instead of this library directly.

Installing the library

npm install --save-dev @avicenne-studio/prettier-config

Using the library

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

"@avicenne-studio/prettier-config"

Publishing updates

For Avicenne Studio employees, 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 --tags

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

Package Sidebar

Install

npm i @avicenne-studio/prettier-config

Weekly Downloads

25

Version

1.0.2

License

ISC

Unpacked Size

1.85 kB

Total Files

3

Last publish

Collaborators

  • farischt
  • au2001