@tachikomas/eslint Quick eslint config to share across Usage pnpm add @tachikomas/eslint -D module.exports = { extends: [ '@tachikomas/eslint/vue', // ... ], // 其他配置 }