ESLint https://eslint.org/
standard JS https://standardjs.com/
1. 列出全局安装包
npm list -g --depth 0
2. 卸载全局安装包
npm uninstall @nestjs/cli -g