こんにちは、駅メモ!開発チームエンジニアの id:hayayanai です! 以前 Vite+時代のVueプロジェクトのLinter/Formatter設定 2026年5月 という記事で、vp create vue と pnpm create vue@latest のプロジェクト設定を比較しました。 そのとき分かったのは「Oxlint は .vue の <script> ブロックしか Lint できず、<template> の Lint には引き続き ESLint(eslint-plugin-vue)が必要」ということでした。 その後、 Vize という Rust 製の Vue ツールチェーン…