トップに戻る
tags
npm install -D oxfmt
npx oxfmt --migrate prettier
"format": "oxfmt --check", "format:fix": "oxfmt",
npm run format
npm run format:fix
edit