20250401
0800 起床
年中フールです
Twitter が重いのかぼくが速いのか
Unsaved Files - Visual Studio Marketplace
Vue Fes Japan 2025
GitHub - import-js/eslint-plugin-import: ESLint plugin with rules that help validate proper imports.
code:eslint.config.js
export default withNuxt()
.prepend({ /* */ })
.append([{ rules: {
"vue/max-attributes-per-line": "off",
"vuejs-accessibility/form-control-has-label": "off",
"vuejs-accessibility/label-has-for": "off",
"import/first": "off", // ここ
"import/order": "off", // ここ
"sort-imports": "off", // ここ
} }]);
みたいにして import を並び替えるのをどうにかする
@youyuxi: In order to better integrate with tsgo, we are going to rewrite Rolldown and Oxc in Go.
@youyuxi: I’ve decided to rewrite the Vue compiler in Zig, it’s going to be blazing fast.
フレームワークのアップグレード作業を計画的に進めるための手順
#いつかみる