https://github.com/sivan/javascript-style-guide
Airbnb JavaScript Style Guide 中文版
https://github.com/sivan/javascript-style-guide
Last synced: 10 days ago
JSON representation
Airbnb JavaScript Style Guide 中文版
- Host: GitHub
- URL: https://github.com/sivan/javascript-style-guide
- Owner: sivan
- License: mit
- Created: 2015-05-25T07:03:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T01:56:36.000Z (over 3 years ago)
- Last Synced: 2024-12-19T02:10:55.915Z (2 months ago)
- Size: 105 KB
- Stars: 2,011
- Watchers: 95
- Forks: 478
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - javascript-style-guide
README
# Airbnb JavaScript Style Guide
*用更合理的方式写 JavaScript*
## [《Airbnb JavaScript Style Guide 中文版》](es5/README.md)
重新翻译了最常用的 ES5 版,同步更新英文版改动。
---
相关链接:
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
- [ES6/ES2015 版](https://github.com/yuche/javascript)
- [React/JSX 版](https://github.com/JasonBoy/javascript/tree/master/react)-- EOF --