An open API service indexing awesome lists of open source software.

https://github.com/okisdev/config

personal configuration
https://github.com/okisdev/config

Last synced: 5 months ago
JSON representation

personal configuration

Awesome Lists containing this project

README

          

# @okisdev/config

Personal configuration for linting and formatting.

## Installation

```bash
pnpm add -D @okisdev/config @biomejs/biome ultracite
```

## Usage

### Biome

Create a `biome.jsonc` in your project root:

```jsonc
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["@okisdev/config/biome"]
}
```

Then run:

```bash
biome check .
biome check --fix .
```

## License

MIT