https://github.com/okisdev/config
personal configuration
https://github.com/okisdev/config
Last synced: 5 months ago
JSON representation
personal configuration
- Host: GitHub
- URL: https://github.com/okisdev/config
- Owner: okisdev
- Created: 2023-10-02T13:29:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T06:00:13.000Z (over 1 year ago)
- Last Synced: 2025-01-19T18:53:35.931Z (over 1 year ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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