@okisdev/config
v0.0.30
Published
okisdev's personal configuration
Readme
@okisdev/config
Personal configuration for linting and formatting.
Installation
pnpm add -D @okisdev/config @biomejs/biome ultraciteUsage
Biome
Create a biome.jsonc in your project root:
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["@okisdev/config/biome"]
}Then run:
biome check .
biome check --fix .License
MIT
