https://github.com/sivan/javascript-style-guide
Airbnb JavaScript Style Guide 中文版
https://github.com/sivan/javascript-style-guide
Last synced: 23 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T01:56:36.000Z (over 3 years ago)
- Last Synced: 2025-04-05T19:22:04.422Z (30 days ago)
- Size: 105 KB
- Stars: 2,009
- Watchers: 95
- Forks: 477
- 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 --