Skip to content

Commit 373dac7

Browse files
committed
docs: update contributing.md
1 parent adf00df commit 373dac7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,12 @@ Our pre-commit hooks verify that your commit message matches this format when co
9191

9292
### Linting and tests
9393

94-
[ESLint](https://eslint.org/), [Prettier](https://prettier.io/), [TypeScript](https://www.typescriptlang.org/)
94+
[biome.js](https://biomejs.dev/), [TypeScript](https://www.typescriptlang.org/)
9595

96-
We use [TypeScript](https://www.typescriptlang.org/) for type checking, [ESLint](https://eslint.org/) with [Prettier](https://prettier.io/) for linting and formatting the code, and [Jest](https://jestjs.io/) for testing.
96+
We use [TypeScript](https://www.typescriptlang.org/) for type checking, [biome.js](https://biomejs.dev/) for linting and formatting the code, and [Jest](https://jestjs.io/) for testing.
9797

9898
Our pre-commit hooks verify that the linter and tests pass when committing.
9999

100-
### Publishing to npm
101-
102-
We use [release-it](https://github.com/release-it/release-it) to make it easier to publish new versions. It handles common tasks like bumping version based on semver, creating tags and releases etc.
103-
104-
To publish new versions, run the following:
105-
106-
```sh
107-
yarn release
108-
```
109-
110100
### Scripts
111101

112102
The `package.json` file contains various scripts for common tasks:

0 commit comments

Comments
 (0)