0.3.0 • Published 10 months ago

@dvsa/biome-config v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

biome-config

Share biome configuration between services.

Pre-requisites

  • Node.js (Please see .nvmrc in the root of the repo for a specific version)
  • npm (If using n or nvm, this will be automatically managed)
  • Security
    • Git secrets
    • ScanRepo
      • Unzip repo-security-scanner_<version>_Darwin_<architercture>.tar.gz and rename the executable inside the folder to scanrepo - Add executable to path (using echo $PATH to find your path)

Getting started

Run the following command after cloning the project
  1. npm install (or npm i)

Publishing

The code that will be published lives inside the ./src directory.

In order to see the output of what will be published, run the following command:

npm publish --dry-run

There are two ways in which this package can/should be published:

SHOULD:

Requires manual version bump via the PR
  • Upon merge into main branch, the package will be published via a GHA workflow.

CAN:

Requires manual version bump via the PR
  • If you are an authenticated member of the DVSA npm account, you can manually publish changes, although this is discouraged.

Using the package

Info can be found here on the Biome docs.

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago