@bubbly-lab/biome-config
v1.1.3
Published
biome config for bubbly lab
Readme
@bubbly-lab/biome-config
Bubbly Lab에서 사용하는 Biome 설정입니다.
사용법
- 기본:
base설정을extends에 추가합니다.
{
"extends": ["@bubbly-lab/biome-config/base"]
}- React 프로젝트:
base와react설정을extends에 추가합니다.
{
"extends": ["@bubbly-lab/biome-config/base", "@bubbly-lab/biome-config/react"]
}설정 파일 작성 팁
- 아래의 키 순서를 따르는 것을 컨벤션으로 합니다:
$schema
extends
vcs
files
assist
formatter
linter
{language specified rules - alphabetized order}