トップに戻る
tags
npm install --save-dev --save-exact @biomejs/biome // 設定ファイルの初期化 npx @biomejs/biome init --jsonc
npx @biomejs/biome format
npx @biomejs/biome lint
両方を実行します。
npx @biomejs/biome check
https://biomejs.dev/ja/linter/rules/no-restricted-imports/
edit