macOS 搭建 Node.js 环境
基于 macOS Catalina Version 10.15.7
使用 brew 安装 Node.js、Visual Studio Code
brew install node
brew cask install visual-studio-code
全局安装 eslint、apidoc、typescript、nrm 等常用工具
npm i -g nrm typescript apidoc eslint
安装 ESLint 所需包
cd && npm i eslint babel-eslint
通过 Settings Sync 同步相关配置
VS Code 常用插件
- Code Spell Checker
- ESLint
- GitLens
- Jest
- markdownlint
- npm Intellisense
- path Intellisense
- PlantUML
- Remote - SSH
- Settings Sync
- shellcheck
- Todo Tree
- vscode-icons
- Bracket Pair Colorizer