·rule-options
</>

rule-options

린트 규칙 및 지원에 대해 구성 가능한 옵션을 구현하기 위한 가이드입니다. 규칙에 사용자 구성 가능 동작이 필요할 때 사용합니다. 예:<example>사용자가 Lint 규칙에 옵션을 추가하려고 합니다.</example><example>사용자가 규칙 구성을 위해 JSON 역직렬화를 구현해야 합니다.</example><example>사용자가 다양한 옵션을 사용하여 규칙 동작을 테스트하고 있습니다.</example>

34설치·0트렌드·@biomejs

설치

$npx skills add https://github.com/biomejs/biome --skill rule-options

rule-options 설치 방법

명령줄에서 rule-options AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/biomejs/biome --skill rule-options
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: biomejs/biome.

Use this skill when implementing configurable options for lint rules. Covers defining option types, JSON deserialization, configuration merging, and testing with options.

Options live in biomeruleoptions crate. After running just gen-analyzer, a file is created for your rule.

Example for useThisConvention rule in biomeruleoptions/src/usethisconvention.rs:

린트 규칙 및 지원에 대해 구성 가능한 옵션을 구현하기 위한 가이드입니다. 규칙에 사용자 구성 가능 동작이 필요할 때 사용합니다. 예:<example>사용자가 Lint 규칙에 옵션을 추가하려고 합니다.</example><example>사용자가 규칙 구성을 위해 JSON 역직렬화를 구현해야 합니다.</example><example>사용자가 다양한 옵션을 사용하여 규칙 동작을 테스트하고 있습니다.</example> 출처: biomejs/biome.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/biomejs/biome --skill rule-options
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-21
업데이트
2026-03-11

Browse more skills from biomejs/biome

빠른 답변

rule-options이란?

린트 규칙 및 지원에 대해 구성 가능한 옵션을 구현하기 위한 가이드입니다. 규칙에 사용자 구성 가능 동작이 필요할 때 사용합니다. 예:<example>사용자가 Lint 규칙에 옵션을 추가하려고 합니다.</example><example>사용자가 규칙 구성을 위해 JSON 역직렬화를 구현해야 합니다.</example><example>사용자가 다양한 옵션을 사용하여 규칙 동작을 테스트하고 있습니다.</example> 출처: biomejs/biome.

rule-options 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/biomejs/biome --skill rule-options 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/biomejs/biome