`biome.json` で `linter.rules.correctness.noUnusedImports.fix` に `safe` を指定する。 ```json "linter": { "enabled": true, "rules": { "correctness": { "noUnusedImports": { "level": "warn", "fix": "safe" } } } }, ``` ## MOC - 📒**関連** - 📜**アクティビティ** - 📝**トラブルシューティング** - [[📝Biomeで未使用import文の削除ができない]]