Tool: generate_linter_config
Linter設定ファイルを生成。
カテゴリ
setup_generators
ソース
src/tools/setupGenerators.ts
パラメータ
| 名前 | 型 | デフォルト値 |
|---|---|---|
language | Literal['Python', 'TypeScript', 'JavaScript'] | Python |
linter | Literal['auto', 'ruff', 'eslint'] | auto |
strictness | Literal['relaxed', 'balanced', 'strict'] | balanced |
include_formatter | bool | True |