@dvsa/biome-config
v1.0.0
Published
Shareable Biome configuration
Readme
biome-config
Share biome configuration between services.
Pre-requisites
- Node.js (Please see
.nvmrcin 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.gzand rename the executable inside the folder toscanrepo- Add executable to path (usingecho $PATHto find your path)
- Unzip
Getting started
Run the following command after cloning the project
npm install(ornpm 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-runThere are two ways in which this package can/should be published:
SHOULD:
Requires manual version bump via the PR
- Upon merge into
mainbranch, 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
npmaccount, you can manually publish changes, although this is discouraged.
Using the package
Info can be found here on the Biome docs.
