Skip to content

Commit

Permalink
chore(docs): udpate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
barsukov committed Aug 27, 2024
1 parent 9c3f540 commit d7884ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package provides a base TypeScript configuration to be used across multiple

## Usage

You can use this configuration as a starting point in any package or app within your monorepo using TurboRepo.
You can use this configuration as a starting point in any package or app within our project using TurboRepo.

```javascript
packages / package - a / src / tsconfig.json
Expand All @@ -33,11 +33,11 @@ eslint.config.mjs

## ESLint

This package provides also a temporary ESLint configuration specifically for TypeScript to be used across multiple packages in a monorepo setup.
This package provides also ESLint configuration specifically for TypeScript to be used across multiple packages in a monorepo setup.

## Usage

You can use this configuration as a starting point in any package or app within your monorepo using TurboRepo.
You can use this configuration as a starting point in any package or app within our project using TurboRepo.

```javascript
packages / package - a / src / tsconfig.json
Expand Down

0 comments on commit d7884ba

Please sign in to comment.