JS的规范有好多呢 1. [Standard](https://github.com/feross/standard) //比较现代和激进,比如没有分号 2. [Semistandard](https://github.com/Flet/semistandard) //标准加分号 3. [Airbnb](https://github.com/airbnb/javascript) 4. [Google](https://google.github.io/styleguide/javascriptguide.xml) 5. [jQuery](https://contribute.jquery.org/style-guide/js/) 6. [Node](https://github.com/felixge/node-style-guide) 7. [NPM](https://docs.npmjs.com/misc/coding-style) ...等等等等 所以个人感觉叫 `airbnb-style-guide-cn` 可能更贴切